Ugh
Firebug [1] and firepath [2] are the best tools to solve issues like this.
-Tatu
Send from my mobile
[1] http://getfirebug.com
[2] https://getfirebug.com/wiki/index.php/Firebug_Extensions#FirePath
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Ugh
Then most likely the element is not yet there when the keyword gets executed. I usually do first:
Wait Until Page Contains Element keyword before I do any other actions on the desired DOM tree section. This is because I want to make sure that all required elements are present before I interact with them. And I try to choose the element to be the last element to be loaded on the page/DOM tree section.
-Tatu
Send from my mobile
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.