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
The current example of usage in the webdriver-tester Main class is not quite clear on how the webdriver is to be used, we can create a browser, we can start a session and execute javascript but what do we do next? Should we use the phantomjs api to execute operations? What's the point of that if we then have to execute line by line and then map the result back to scala?
Is there an API which the Session provides? Is there a way to pass in a recorded session (ex. har file or selenium recording) and automate that?
The text was updated successfully, but these errors were encountered:
jroper
added a commit
to jroper/webdriver
that referenced
this issue
Apr 13, 2015
The current example of usage in the webdriver-tester Main class is not quite clear on how the webdriver is to be used, we can create a browser, we can start a session and execute javascript but what do we do next? Should we use the phantomjs api to execute operations? What's the point of that if we then have to execute line by line and then map the result back to scala?
Is there an API which the Session provides? Is there a way to pass in a recorded session (ex. har file or selenium recording) and automate that?
The text was updated successfully, but these errors were encountered: