Get_element_value - not returning anything
-
Hi all,
I'm opening a webdialog with a url.
The page has a span element with ID='TestElement' <span ID="TestElement">Hello World</span>I call get_element_value (MyVar = dialog.get_element_value("TestElement")
I call UI.messagebox MyVar...thinking it will say "Hello World" ... but I get nothing.
Am I missing something?
Does get_element_value return a string?
(I'm sure the page has loaded)Any Ideas?
Thanks
CM -
a SPAN does not have a value. If there is no other HTML in the span, then you can get the contents by innerHTML. I am not sure if using the WebDialog method "get_element_value" will work in this case.
// javascript var txt = document.getElementById("TestElement").innerHTML
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement