Rank: Newbie Groups: Member
Joined: 9/21/2018 Posts: 1
|
Hello, Is there a simple way to get list of options from web page dropdown control? I'm trying to parse outerHTML property of dropdown Element, but probably there is a simpler solution?
I'm using WebView directly without UI. Thank you!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, You will need to use JavaScript for such tasks. We only provide you the way to run JavaScript code, the actual work is done by your script code. See here for more details: https://www.essentialobjects.com/doc/webbrowser/advanced/js.aspxThanks!
|