Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources for WebDriverJs?

I understand there are the following resources:
http://docs.seleniumhq.org/docs/03_webdriver.jsp
https://code.google.com/p/selenium/wiki/WebDriverJs

But I was wondering if there was a site that had the entire API of WebDriverJs. Where can I find out what methods are available to me and specific parameters to send in?

Something similar to: http://rubydoc.info/gems/watir-webdriver/frames

like image 950
Milan Avatar asked Oct 02 '22 14:10

Milan


1 Answers

There is some good auto-generated description of API methods here:

https://code.google.com/p/selenium/source/browse/javascript/webdriver/webdriver.js

like image 194
Joe PP Avatar answered Oct 05 '22 14:10

Joe PP