Welcome Guest Search | Active Topics | Sign In | Register

How to get value on matching class name Options
JohnPark
Posted: Tuesday, January 3, 2017 2:13:38 AM
Rank: Newbie
Groups: Member

Joined: 1/3/2017
Posts: 1
Code: HTML/ASPX
<span class="curr">
	<input type="checkbox" id="searchCurr" class="input_chk_curr nclicks(STA.offmap)">
	<label for="searchCurr" class="lb_curr"> TEST <span class="blind"> [i][b]TEST TEST TEST [/b][/i] </span>에서 장소검색</label>
</span>


I want to get value (=TEST TEST TEST)


how to get the value..

I tried that source

object o = webView.GetDOMWindow().document.getElementsByName("blind").GetValue(0);

but not working

help please
eo_support
Posted: Tuesday, January 3, 2017 10:00:26 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You will need to write JavaScript code to achieve that, then call WebView.EvalScript to get it through JavaScript.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.