Not able to setvalue for the text field which has multiple layer(i.e. HTML5 page)
|
08-30-2014, 08:15 PM
(This post was last modified: 08-30-2014 08:31 PM by andydavies.)
Post: #4
|
|||
|
|||
RE: Not able to setvalue for the text field which has multiple layer(i.e. HTML5 page)
You can do a similar thing for that too e.g.
execAndWait document.getElementsByClassName("button-submit")[0].click(); obviously you'll need to adjust the index if there's more than one element with that class I tend to write WPT scripts by testing the DOM code from a browser's dev tools console and then use execAndWait in WPT Andy Using WebPageTest - http://usingwpt.com/ |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Not able to setvalue for the text field which has multiple layer(i.e. HTML5 page) - adula.rajkumar@gmail.com - 08-27-2014, 05:26 AM
RE: Not able to setvalue for the text field which has multiple layer(i.e. HTML5 page) - andydavies - 08-27-2014, 06:29 PM
RE: Not able to setvalue for the text field which has multiple layer(i.e. HTML5 page) - adula.rajkumar@gmail.com - 08-30-2014, 03:06 AM
RE: Not able to setvalue for the text field which has multiple layer(i.e. HTML5 page) - andydavies - 08-30-2014 08:15 PM
|
User(s) browsing this thread: 1 Guest(s)