Welcome Guest Search | Active Topics | Sign In | Register

Questions regarding WebView Options
Biz
Posted: Thursday, May 5, 2016 4:15:52 PM
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!
eo_support
Posted: Thursday, May 5, 2016 5:00:05 PM
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.aspx

Thanks!



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.