我似乎没有找到任何东西,我总是找到的唯一一个就是这个: https ://code.google.com/p/selenium/wiki/WebDriverJs
但它更多的是一个指南。不是所有功能的文档。它缺少例如文档Webdriver.Window
或类似的东西getWindowHandles()
我似乎没有找到任何东西,我总是找到的唯一一个就是这个: https ://code.google.com/p/selenium/wiki/WebDriverJs
但它更多的是一个指南。不是所有功能的文档。它缺少例如文档Webdriver.Window
或类似的东西getWindowHandles()
我总是需要重新找到这个,所以我不妨在这里捕捉它
http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/
我发现的最好方法是查看源代码本身: https ://code.google.com/p/selenium/source/browse/javascript/webdriver/webdriver.js
然后是这个自动生成的文档: http ://selenium.googlecode.com/git/docs/api/javascript/namespace_webdriver.html
我在这些答案中找到了它:
Selenium WebDriverJs commands
WebDriver (Selenium 2) API documentation