Rank: Newbie Groups: Member
Joined: 1/22/2020 Posts: 1
|
Hello,
I have a question and maybe you can help me.
I will Search a Code Line in my WebView linke this Code: class="numberrow cubiclePhoneState" id="phoneState-2367186p24"
And i will check this in my Projekt Linke "if this (class="numberrow cubiclePhoneState" id="phoneState-2367186p24") in Webview = true then not false"
Can anyone help me with my problem?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Anything you want to do inside the web page you will need to do it with JavaScript. Once you have the correct JavaScript code, you can run the code through the WebView by calling WebView.EvalScript.
Thanks!
|