Skip to main content

All Questions

0 votes
1 answer
66 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
32 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
82 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
19 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
21 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
55 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
0 votes
1 answer
50 views

Firefox Browser blocking execution of asynchronous JavaScript?

I wrote simple Tests for my webapplication in the Selenium Framework, which works completly fine for Chrome and Edge. But only in Firefox the asynchronous Script gets timeouted, could be an issue with ...
Geo YT's user avatar
  • 1
0 votes
1 answer
55 views

Selenium web scraping script not returning expected results

I have a Python script using Selenium for web scraping company information from a website. The script was working properly yesterday, but today it's not returning any results even though I haven't ...
MatCordTo's user avatar
  • 253
0 votes
1 answer
34 views

Firefox profile folder

I'm running an instance of the Firefox browser from Python. But every time it creates a new profile folder. How can I force it to use the same folder? I don't need it to create a new profile folder ...
Dmitriy P's user avatar
-1 votes
1 answer
244 views

Disable Selenium Driver Manager

With Selenium 4.11.0, selenium officially enabled selenium driver manager, that checks if driver and browser are compatible. This functionality may be arguably, but it is not part of my question. I ...
Gico's user avatar
  • 1,344
1 vote
1 answer
82 views

Selenium python change default directory for download without opening windows popup

I would like to change the default download directory using Selenium. I also want to avoid the Windows dialog box from opening to select the name because I can't interact with Selenium. If I leave the ...
Jordan.M's user avatar
  • 125

15 30 50 per page
1
2 3 4 5
248