Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

selenium set chrome executable path

ChromeOptions options = new ChromeOptions();
options.setBinary("/path/to/chrome/binary");

ChromeDriver driver = new ChromeDriver(options);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #selenium #set #chrome #executable #path
ADD COMMENT
Topic
Name
4+9 =