Rank: Member Groups: Member
Joined: 8/26/2014 Posts: 20
|
1) Can WebView be accessed by a windows service (by lannching it from ThreadRunner)? 2) Does Capture() work in these situations (i.e. when running as an unattended background task as a service)? 3) Are are they classes in EO to parse/retrieve HTML content from WebView? I know the HTML can be obtained as a string, but we are looking to extract data from specific elements etc.?
Thanks in advance!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, Yes. You can use WebView in a Windows Service and Capture will work. There are no class specifically for you to parse/receive HTML. You will need to reply on EvalScript to do that: http://www.essentialobjects.com/doc/webbrowser/advanced/js.aspxThanks!
|