|
Rank: Newbie Groups: Member
Joined: 2/22/2019 Posts: 2
|
Dear frends Im trying todo:
webControl1.WebView.EvalScript("getElementsByClassName('dropdown-menu inner').children");
but children count is null!
Senks for answer.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, We do not provide assistant on general programming topics such as JavaScript. In your case you can troubleshoot your JavaScript code with any tool available to you such as Chrome's built-in Developer Tools. If you believe your JavaScript code is correct and the problem is with WebView.EvalScript method, you can isolate the problem into a test project and send the test project to us. See here for more details: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 2/22/2019 Posts: 2
|
Thanks for answer. i going another way, to resolve my problem.
|
|