python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
org.openqa.selenium.WebDriverException: Unable to bind to locking port 7054 within 45000 ms, exception using Selenium Java
I have the above error in Linux Firefox Selenium Eclipse, I have been trying to install Mozilla Firefox 47.0.1 so that I dont have to use geckodriver(), But I find no way to install this.
System.setPr...
keshu thilakan
Votes: 0
Answers: 1
Selenium loads profile only in the deprecated way (Python)
I tried the recommended method of loading a profile, but it's not working for me. It simply opens an empty profile.
from selenium.webdriver import Firefox
from selenium import webdriver
from selenium....
Leo
Votes: 0
Answers: 1
On Firefox(98.0) While using geckodriver 0.30.0 move_to_element_with_offset(element,x,y).context_click() coudn't able to find the location on the map
I tried to open Google Maps with Firefox and click on the coordinate (x,y) on the map. I tried to use ActionChains.move_to_element_with_offset to accomplish this. It works fine in Chromedriver but not...
RPK
Votes: 0
Answers: 1
Unable to load existing firefox profile with selenium 4's option.set_preference in python
I have this code that works and loads the firefox profile
from selenium import webdriver
from selenium.webdriver.firefox.options import Options
from selenium.webdriver.firefox.firefox_profile import F...
Tyler
Votes: 0
Answers: 1