asifhg
asifhg
I tried doing it with: options.set_preference('profile', '/home/asif/snap/firefox/common/.mozilla/firefox/Selenium') but it does not work. I am only able to use a custom profile for Firefox with the following options configuration as in...
Your tutorial documentation uses: selenium-server-standalone-2.38.0.jar I want to try using WebDriver with selenium-server-standalone-2.38.0.jar. But I'm unable to find this version of the jar file: https://github.com/SeleniumHQ/selenium/tags?after=selenium-2.40.0 I will have to download...
I tried each of the Selenium-Server versions backwards and found that version 4.8.3 works. The tcl instruction: set session [WebDriver::Session #auto $seleniumServer/wd/hub $caps] ; starts an instance of the Firefox...
**Firefox Version** Whatever the latest for Ubuntu 22.04 is: 113.0.2 (64-bit) Would be useful to get the minimal tcl code to make Selenium-Webdriver start chrome instead of firefox. I tried...
I want to use Caius to be able to launch the Firefox browser with a specific user profile. I tried to look through the source code, but I'm not sure...