You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix IDEA setup for Java project
* update JUnit and Selenium dependencies
* add missing dependencies to Gradle script
* add IDEA- and Gradle- specific files to .gitignore
* fix closing WebDriver after tests
* always wrap `driver.quit()` into `if (driver != null)` to avoid NPE if the browser hadn't been started due to some error
* mark the closing @AfterEach method as final to avoid occasional overriding in subclasses
* No need to call `driver.quit()` in `BaseTest` subclasses because it's already done by `BaseTest`.
* Apply suggestions from code review
Co-authored-by: Swastik Baranwal <swstkbaranwal@gmail.com>
---------
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
Co-authored-by: Swastik Baranwal <swstkbaranwal@gmail.com>
Copy file name to clipboardExpand all lines: examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/user_context/SingleInstanceCookieParallelTest.java
0 commit comments