0

Is there are any way to access DOM model with JWebBrowser from Dj project http://djproject.sourceforge.net/main/index.html ? If no, could you please suggest alternatives that can do that. thanks.

alexanoid
  • 24,051
  • 54
  • 210
  • 410

1 Answers1

1

You can access the DOM model via JavaScript executed via the method executeJavascriptWithResult of JWebBrowser.

RudeUrm
  • 46
  • 2