哪里是Selenium Webdriver for NodeJS的文档?



我似乎没有找到任何,我总是找到的唯一一个是这个: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命令
WebDriver (Selenium 2) API文档

相关内容

  • 没有找到相关文章

最新更新