chrome - ¿Dónde encontrar las notas de lanzamiento de Selenium Webdriver?
selenium webdriver python (3)
Estoy buscando una nota de lanzamiento para Selenium WebDriver que ofrezca detalles sobre las características nuevas, los errores, etc. en el lanzamiento.
Pude encontrar para Selenium IDE here pero no pude encontrar para Selenium Webdriver. Si alguien sabe, por favor, señale el enlace.
Notas de la versión (Change_Log)
JAVA
https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG
Pitón
https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
DO#
https://github.com/SeleniumHQ/selenium/blob/master/dotnet/CHANGELOG
Rubí
https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
JavaScript (nodo)
github.com/SeleniumHQ/selenium/blob/master/javascript/node/…
IEDriverserver
https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriverserver/CHANGELOG http://selenium.googlecode.com/git/cpp/iedriverserver/CHANGELOG
Controladores de navegador de terceros [NO desarrollados por seleniumhq]
ChromeDriver
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
- Visite http://docs.seleniumhq.org/
- Haga clic en la pestaña ''Descargar''.
- Desplácese hacia abajo hasta la sección ''Enlaces de idioma de Selenium Client y WebDriver''
- Enlace ''Registro de cambios'' para cada idioma.
Viven en el control de origen del proyecto en la carpeta correspondiente para las bibliotecas de idiomas particulares. Eso significa:
- Bibliotecas .NET: https://github.com/SeleniumHQ/selenium/blob/master/dotnet/CHANGELOG
- Bibliotecas de Java: https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG
- Bibliotecas Python: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
- Bibliotecas de Ruby: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
Los ''especiales'':
- Registro de cambios de IEDriverServer: https://github.com/SeleniumHQ/selenium/blob/master/cpp/iedriverserver/CHANGELOG