I'm using 5.0 BrowserField
and I'm able to invoke JavaScript function using
browser.executeScript("..");
I need to read JavaScript variable. It's possible to directly access JS variable, or should I ask 3rd party to provide JS function for that ?
This works for me: