You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system :
.Net Framework version :
Office Version : 2010
SeleniumWrapper version :latest
What is your issue ?
Hello ,
I would like to know if it would be possible to use javascript within
seleniumwrapper , is this possible ?
Thaks
Original issue reported on code.google.com by [email protected] on 14 Oct 2013 at 12:19
The text was updated successfully, but these errors were encountered:
Yes you can execute some JavaScript code from the driver:
driver.executeScript "alert('Hello world!');"
If you are referring to JQuery to select elements, I recommend you to use the
driver.findElementByCssSelector and to read this page about CSS selectors :
http://sauceio.com/index.php/2010/01/selenium-totw-css-selectors-in-selenium-dem
ystified
Original comment by florentbr on 14 Oct 2013 at 2:31
Original issue reported on code.google.com by
[email protected]
on 14 Oct 2013 at 12:19The text was updated successfully, but these errors were encountered: