0
How to get data of JavaScript variable in Java Selenium webdriver?
I want to test the json data which I'm getting after calling a REST api via JavaScript. The json data is stored in a JavaScript variable which i want to access via selenium webdriver in Java
3 ответов
+ 1
Do you have to use selenium?
Testing controller isn't enough?
+ 1
Maybe here you will find something useful
http://www.axelscript.com/2012/12/17/selenium-testing-javascript-variables/
0
Michal I've to do that in Selenium only