robotframework / SeleniumLibrary

Web testing library for Robot Framework
Apache License 2.0
1.38k stars 761 forks source link

Preconfigure chrome browser #1860

Closed emanlove closed 11 months ago

emanlove commented 11 months ago

Setup the chromer broswer and driver prior to executing tests so that selenium-manager does not configure test systems at execution time. It was also hoped that this would prevent selenium-manager from logging but for that to happen with current selenium-manager (Selenium v4.14.0) one must tell the Open Browser keyword where the driver is (using executable_directory argument).