Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
2 answers
28 views

Python Selenium Actions Chains work but stop my program in Firefox

I sometimes use ActionsChains with any problems, today he work but stop my program do you know why? scrolling_bar = driver.find_element(By.CSS_SELECTOR, "#scrolling_bar") start = ...
Laslo Laslo's user avatar
0 votes
0 answers
10 views

Firefox pointing to Firefox Private Browsing Version in Selenium

In Selenium, when I am giving the path of My Firefox Path(which is located inside AppData) in My Selenium Automation Code, & executing it's opening the Firefox Browser. But the version it's ...
AGB's user avatar
  • 23
-2 votes
0 answers
32 views

bypass API key requirement

I'm trying to communicate to income tax portal (this website https://eportal.incometax.gov.in/iec/foservices/#/login) via Selenium-Python-Firefox and getting struck at this on opening API Key Required ...
Office's user avatar
  • 1
0 votes
0 answers
21 views

selenium.webdriver.Firefox with FirefoxOptions().add_argument('--headless') doesn't return a valid hwnd

I've noticed that the headless option in Firefox runs Firefox in the background without a window attached to it, and I haven't been able to find a way to run Firefox in the background and still have ...
phpjunkie's user avatar
1 vote
0 answers
17 views

Firefox download getting in the way of Selenium

I built a Selenium test script to download multiple files through Firefox. The web-page pops a modal window for the download. I detect a file is downloaded by checking the download folder and ...
user1994584's user avatar
0 votes
1 answer
69 views

WebDriverWait is getting the title, but javascript, or something is changing the browser's title after the page has loaded

I'm using selenium to rename and sort the medium to a folder based on the title of the page, but the page is still loading content in the background and the title of the page changes after firefox has ...
phpjunkie's user avatar
0 votes
0 answers
40 views

scrapy selenium firefox - cant scrap urls from a page

I am trying to get a list of urls from a website (perfectly permitted to scrape it). I am using firefox and whilst it seemed to work last month does not work this month and i am struggling to see ...
nevster's user avatar
  • 379
1 vote
0 answers
33 views

How to set download path in Selenium + geckodriver + Firefox

I want to setup specific downloads path using selenium, but files still downloading in /root/Downloads/ What I can change to set a specific path? import time from selenium import webdriver from ...
Сергей Корягин's user avatar
0 votes
0 answers
16 views

How to use Selenium to run multiple path_profiles at once?

I encountered an issue when using Selenium for web automation. The path_profile is not working properly; it needs to be set as default first. I have tried several options, including ensuring the ...
redixid hkgraphics's user avatar
0 votes
0 answers
87 views

"WebDriverException: Message: Service unexpectedly exited. Status code was: 64" with Selenium 4.21, Firefox 127 and GeckoDriver 0.34

I have a portable installation of Firefox 127 alongside GeckoDriver 0.34, and the following code on Selenium 4.21 (Python 3.11.7). C:\Users\myuser\Portables\Geckodriver is in my local path environment....
st1led's user avatar
  • 395
0 votes
0 answers
20 views

How to connect runnning firefox to debug

i have run firefox in debug mode, command as below: /usr/bin/firefox --no-default-browser-check --no-first-run --no-sandbox --start-maximized --disable-gpu --remote-debugging-port 9222 Then how Can I ...
Yujie Gai's user avatar
1 vote
0 answers
22 views

Is there a way to read push notifications coming from a page in selenium?

I would like to read the push notifications sent from a web page. I am using Selenium with Python and Firefox. To be more specific, i am not talking about permission popups or alerts, but actual push ...
sawntoe's user avatar
  • 43
1 vote
1 answer
38 views

selenium.webdriver.Firefox not working properly on the login page of nbc.com

I'm using this to auto login on nbc.com, and nbc.com login page is responding with Sorry, we had a problem. Please try again. instead of redirecting to the link provider page. Other than that the page ...
phpjunkie's user avatar
1 vote
0 answers
35 views

Firefox Profile in Selenium

I am trying to access a site and use my current Firefox profile so I do not get prompted to enable location services. I have looked all around and can't find a direct solution to my problem. This is ...
Thomas Tsiftilis's user avatar
1 vote
0 answers
59 views

How to Connect Selenium WebDriver to a Firefox Instance Running in Remote Debugging Mode?

I'm working on automating browser testing with Selenium and I have a working setup for Edge that launches the browser in remote debugging mode and then connects the WebDriver to it. Here is the code I ...
Selfdev.py's user avatar

15 30 50 per page
1
2 3 4 5
248