我正在寻找 Selenium WebDriver 的发行说明,其中详细说明了发行版中的新功能、错误等。
我可以在这里找到 Selenium IDE但找不到 Selenium Webdriver。如果有人知道,请指出我的链接。
我正在寻找 Selenium WebDriver 的发行说明,其中详细说明了发行版中的新功能、错误等。
我可以在这里找到 Selenium IDE但找不到 Selenium Webdriver。如果有人知道,请指出我的链接。
它们位于项目的源代码控制中,位于特定语言库的相应文件夹下。这意味着:
“特别”的:
JAVA
https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG
Python
https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
C#
https://github.com/SeleniumHQ/selenium/blob/master/dotnet/CHANGELOG
红宝石
https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
JavaScript(节点)
https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md
IEDriver服务器
https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriverserver/CHANGELOG http://selenium.googlecode.com/git/cpp/iedriverserver/CHANGELOG
铬驱动程序
http://chromedriver.storage.googleapis.com/2.7/notes.txt http://chromedriver.storage.googleapis.com/2.9/notes.txt
OperaDriver
https://raw.github.com/operasoftware/operadriver/master/CHANGES
GhostDriver (PhantomJS)
https://github.com/detro/ghostdriver/blob/master/CHANGELOG.md