Rank: Member Groups: Member
Joined: 9/11/2014 Posts: 17
|
Hi eo_support! I'm using EO.Webbrowser, and use some javascript, like:
Code: C#
webview.EvalScript("$(':submit').click();");
Is there any way to know this click event is performed by the user or by webview javascript execution? Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You can search online for this ---- there maybe a way to do this with JavaScript but it would not have anything to do with our product. Your question a generic web development question --- how to find out if a click is from user or from JavaScript in a web page. If you can find some JavaScript code that does that and it works with Google Chrome browser, then it should work with EO.WebBrowser.
Thanks!
|