Toolbox for Selenium Tests in Java: WebDriverManager and Selenium-Jupiter - Boni Garcia |SeConfTokyo

Abstract: ​This talk presents two open source tools designed to simplify the use of Selenium from Java code. On the one hand, WebDriverManager allows to automate the management of the required binaries by Selenium WebDriver, such as chromedriver for Chrome or geckodriver for Firefox. On the other hand, Selenium-Jupiter is an extension for JUnit 5 which allows to control local, remote or “dockerized” browsers and Android devices in seamless way. This extension offers a rich variety of features, including remote access with VNC, session recording, test templates, or integration with Jenkins. Bio: ​Boni García is an Assistant Professor at Universidad Rey Juan Carlos in Spain. He is passionate about software testing, web engineering, and open source. He is the author of more than 30 publications including international conferences papers, journals, and the book “Mastering Software Testing with JUnit 5”. He is the creator of different open source utilities for Selenium, including Sele
Back to Top