Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
2.0k views
in selenium-and-webdriver by The go-to Tester (181 points)
I am writing a program where I need to pass argument to my JavaScript function. How do I pass argument to the same?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

You just need to cast the results to String:

JavaScriptExecutor js = (JavaScriptExecutor) driver;
String test = (String) js.executeScript("return arguments[0];", "element");

Hope that helps!


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...