Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
130 views

I am trying to generate a map using the folium library, but I cannot get it to work due to the lack of firefox on my machine which is an issue I am unable to fix by installing it, I need to avoid ...
Joshuajack7 Lets Play's user avatar
1 vote
2 answers
88 views

I'm using selenium in python and trying to click the "See all Properties" button to get to the next web page where all the properties will be listed and I can easily scrap the data. Here's ...
Gurnoor Kalsi's user avatar
0 votes
2 answers
66 views

i try to find a span element using selenium and bs4 with the following code: import re from bs4 import BeautifulSoup from selenium import webdriver from selenium.webdriver.chrome.options import ...
Rapid1898's user avatar
  • 1,565
1 vote
0 answers
48 views

I have a PowerShell script which is passed as user data script in terraform for Windows Server 2022 VM creation in AWS cloud. This PowerShell script uses Jenkins API to create the node and connect the ...
Shyam Sundar V's user avatar
0 votes
0 answers
138 views

I am trying to scrap a website from a model in odoo. It get executed using an action button. I am using Docker to contain the app. However the driver never worked for me, even with normal selenium so ...
Chikara's user avatar
0 votes
1 answer
102 views

I'm using Selenium to download several PDFs. To access the PDFs I use the .get() method of the WebDriver and instead of opening the preview I download the PDF directly through FirefoxProfile settings. ...
Cptn Bluebear's user avatar
1 vote
2 answers
105 views

I want to get access to the Network in Dev Tools, while using the Edge webdriver. I'm using Selenium 4.35.0 This is what I got so far: Import-Module -Name "Path to module" $Options1= [OpenQA....
POL's user avatar
  • 65
0 votes
1 answer
116 views

I am trying to get Selenium (v. 4.35.0) working on my headless Raspberry Pi. I installed Chromium and Chromedriver on the Pi. In my usr/bin/ directory I have chromedriver, chromium, and chromium-...
micawber's user avatar
-1 votes
2 answers
104 views

I'm trying to scrape the data off this site. The website shows a charging station, in this case you can click each to unravel the accordion and see the data per charger. I am trying to use this ...
NorthoftheWall's user avatar
2 votes
2 answers
142 views

I am using python and selenium to look through a table with a lot of pages. I was wondering if it is possible to jump to a specific page of that table to continue searching where i left off previously....
StoneDogGaul's user avatar
0 votes
0 answers
124 views

I’m using Selenium with a custom Chrome setup via undetected_chromedriver, and I run into a critical issue during automated browsing sessions. After successfully processing around 5–6 LinkedIn ...
user31453782's user avatar
1 vote
1 answer
106 views

I have tried python requests and was able to load the certificate. But im switching to selenium since the website needs interaction. Can you give me an input on how I implement in python selenium. Im ...
shamyjun22's user avatar
0 votes
1 answer
135 views

I'm learning auto tests in python, and in one video a guy using Mozilla for tests and he uses the following code block: import pytest from selenium import webdriver from selenium.webdriver.chrome....
AkaShiro GAMING's user avatar
-1 votes
1 answer
2k views

I have a problem about webdrive issue my current webdrive is 138 and i update browser edge versin to 140 so i need help my program to execute and i see message onscreen this version only support 138 I ...
Ridwaan mohamed's user avatar
1 vote
2 answers
266 views

I am trying to extract bus prices between 2 cities in Ontario, Canada. I am using Selenium/Python to do this: The website is here and it has default cities and dates. Here is my Python code: from ...
brooklin7's user avatar
1 vote
2 answers
111 views

I'm a bit new to Selenium and am trying to build a webscraper that can select a dropdown menu and then select specific options from the menu. I've built the following code and it was working at one ...
Kaitlin's user avatar
  • 83
1 vote
4 answers
90 views

I am automating a confirmation request, and my code gets me all the way to the end, but when it comes to actually confirming my reservation, there is a popup modal window that appears as a layover on ...
Jose Torres's user avatar
1 vote
1 answer
171 views

Currently running selenium with Chrome version 140.x. Im trying to take a screenshot of the following page (More specifically the displayed ads) but the content inside the ad is not loading - rather ...
Jeppe Christensen's user avatar
1 vote
2 answers
165 views

I have been working with BDD Test automation since 3 years now that used Neodymium 4.1.5 version with Java 11. recently since 2 months I am facing issue with Chrome Headless mode execution where ...
Sailesh Botcha's user avatar
0 votes
2 answers
86 views

I'm having problems in running my python program on Amazon EC2. Everytime I try it gives me the following error: Traceback (most recent call last): File "/home/ubuntu/precobtc.py", line 22,...
André Luís's user avatar
0 votes
0 answers
67 views

In my PHP script I am using php-webdriver library with Edge webdriver to get data from a web page and I need to start Selenium standalone server from the script. I copied selenium-server-4.35.0.jar, ...
Stanislav Panferov's user avatar
0 votes
1 answer
75 views

driver.get "https://www.ambito.com/contenidos/dolar.html" I want to stop loading after a determined amount of time or once I've got the elements that I need. I tried lots of things, but &...
Santos Lee's user avatar
0 votes
1 answer
70 views

I'm trying to automate a click action on a checkbox located inside a table cell. The table is developed using Streamlit, which internally uses Glide DataGrid. I've tried both Selenium and Playwright ...
SKV's user avatar
  • 31
0 votes
0 answers
65 views

I'm trying to extract data from a website using Selenium. On random occasions, the page will do a client-side redirect with window.location. How can I disable this? I've tried redefining the property ...
anon's user avatar
  • 697
2 votes
2 answers
92 views

I'm trying to get the second tab url using the following code - import time import os, sys from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver....
Rapid1898's user avatar
  • 1,565
0 votes
1 answer
112 views

on this page I want to parse few elements. I would like to get text in circles and use attribute value to click sometimes. That code returns anything. With this code I want to get all attribute ...
Rok Golob's user avatar
0 votes
2 answers
94 views

I am trying to make a script, which would share a particular post along some groups in Facebook. Everything is working smoothly, until choosing the group to repost the post in. I have decided to use ...
mxasd's user avatar
  • 61
0 votes
2 answers
321 views

Since 15/08/2025, the Appium-based automation framework I work on started throwing the following error when executing any test case: Filename: specs\mobile_automation\passenger\revamp\smoke_tests\Ride\...
hirosht's user avatar
  • 982
0 votes
0 answers
41 views

I have a Maven project, running Selenium (and Cucumber) in my test suite. Currently, I'm running Selenium 4.27, with selenium manager handling the ChromeDriver etc. Trying to upgrade to Selenium 4.28 ...
Frank H.'s user avatar
  • 1,308
0 votes
2 answers
155 views

-rwxr-xr-x 1 kyle kyle 6132584 Feb 24 09:27 /usr/local/bin/geckodriver echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/kyle/.dotnet/...
user1604008's user avatar
  • 1,179
2 votes
1 answer
118 views

This is my code as of now: from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver.chrome.service import Service options = webdriver....
Ahmad's user avatar
  • 139
-1 votes
2 answers
140 views

I am trying to implement website automation. Before I start to interact with website, I have to wait until page is fully loaded. The website work with great amount of data and fetching it from ...
Mihail Scirba's user avatar
1 vote
2 answers
80 views

I am trying to get Selenium testing going in Docker with Django. But I keep getting ERR_CONNECTION_REFUSED when using the live_server_url. I have tried to use django's container with f"http://...
s-amundson's user avatar
1 vote
3 answers
973 views

Last week, I was able to compile and run my tests using Appium Java Client 9.5.0 without any errors. However, when I tried to run the code again yesterday, I started getting this error: error: cannot ...
Farhan Maulana Muhammad's user avatar
1 vote
2 answers
146 views

I have the following Python code: async def signIn(): """Signs in to test environment based on the credentials provided with the developer tools open and logging started "&...
Kevin McDowell's user avatar
2 votes
4 answers
173 views

I am trying to scrape dividend data for the stock "Vale" on the site https://investidor10.com.br/acoes/vale3/. The dividend table has 8 buttons (1, 2, 3, ..., 8) and "Next" and &...
user30126350's user avatar
0 votes
2 answers
85 views

Why am I getting the error below when the method signature of find_elements() apparently does support RelativeBy? I bypassed this error by not using relativeBy. Using selenium 4.33.0 and python 3.13.6 ...
B1LLP4RK's user avatar
0 votes
1 answer
185 views

Environment: ChromeDriver 138.0.7204.168 Chrome 138.0.7204.184 Selenium 4.34.2 Windows 11 I shared a spreadsheet by iframe, and embeded it to a web page a.html: <html> <head> </head&...
tinyhare's user avatar
  • 2,471
-2 votes
2 answers
146 views

I'm getting the following An error occurred: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys....
user1604008's user avatar
  • 1,179
1 vote
1 answer
74 views

I am working on a Selenium automation project using Java + TestNG. I want to verify that a button click works as expected, and I need to ensure: The button click is attempted with proper try-catch ...
Elegant Student's user avatar
1 vote
2 answers
294 views

I'm trying to download a protected PDF from the New York State Courts NYSCEF website using Python. The URL looks like this: https://iapps.courts.state.ny.us/nyscef/ViewDocument?docIndex=...
Daremitsu's user avatar
  • 655
3 votes
1 answer
212 views

I saw I needed to add a window size however that did not fix my issue here is the working Non headless code # _-_-_- Non Headless -_-_-_ from selenium import webdriver from selenium.webdriver.common....
RJTTAZ's user avatar
  • 75
-1 votes
1 answer
66 views

I'm using Selenium WebDriverWait in a Python function decorated with @timeout(). Since timeout is handled at the function level, I really don't need WebDriverWait to timeout. Is there a way to have ...
Geoff Alexander's user avatar
4 votes
2 answers
285 views

I’m trying to programmatically download the full “pubblicazione completa non certificata” PDFs of the Italian Gazzetta Ufficiale – Serie Generale for 1969 (for an academic article). The site has a ...
Mark's user avatar
  • 1,801
-3 votes
1 answer
111 views

I am having pojo class with Lombok @data annotation. pojo classes are static in calling classes. So When I execute multiple selenium tests say test 1 and test 2, during test 2 execution, pojo fields ...
SeriousCoder's user avatar
1 vote
2 answers
471 views

I am trying to load an unpacked Chrome extension that is stored (as an unpacked folder) in the same folder where my script is running. This is the extension. import time from selenium import webdriver ...
Daniel AG's user avatar
  • 121
0 votes
2 answers
89 views

We have a new test selenium/C# test suite which runs against a app on a Mac using Safari Driver. Every now and then a test will fail and the next text will not start because safari is still running ...
Kev's user avatar
  • 456
0 votes
1 answer
109 views

versions: selenium 4.33.0 and python 3.13.5 Selenium 4 provides RelativeBy that can be produced with locate_with method. Information can be found here under relative locators, and python api doc. ...
B1LLP4RK's user avatar
1 vote
0 answers
135 views

Here my http_trigger test function seems to run smoothly and is able to write files as expected to my azure blob storage, however when I test extract_signals which uses now a full blown headless ...
Mig Rivera Cueva's user avatar
-1 votes
2 answers
96 views

I've tried several ways, but I just cannot seem to get Selenium to resolve to this HTML element on a page: <button class="btn__primary--large from__button--floating" data-litms-control-...
Robert Clouse's user avatar