Rank: Newbie Groups: Member
Joined: 5/26/2019 Posts: 2
|
Hi, i am using eo web.browser. How to copy text from website? With xpath or some other way.
Sample xpath: //*[@id="zone-content"]/div/div[1]/text()[2]
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
You will need to do it with JavaScript and then use WebView.EvalScript to run the JavaScript code. EO.WebBrowser does not specifically provide you any feature to copy anything, So whatever you want to do you do it with JavaScript and then invoke the corresponding JavaScript code.
Thanks!
|