Skip to main content

Questions tagged [selenium-chromedriver]

Developed in collaboration with the Chromium team, ChromeDriver is a standalone server which implements WebDriver's wire protocol.

selenium-chromedriver
0 votes
1 answer
20 views

How do I pass chromedriver file path with seleniumbase

I am using seleniumbase to open a url in chrome browser. My python project is located in shared folder and it will be executed on a virtual machine. I got the following error when I want to execute ...
sergioMoreno's user avatar
0 votes
0 answers
17 views

Concurrent timeoutException while executing multiple test suit on bitbucket pipeline

I'm facing intermittent issue of concurrent timeout while executing my test suites on bitbucket pipeline. Here is the some information that may help you to understand problem. we are executing three ...
Bhumit Patel's user avatar
0 votes
0 answers
22 views

Selenium gets my cpu to 100% even after using driver.quit()

I am trying to crape data form a website using selenium and chromedriver and I need the tab to run at least 6 hours straight. I know the chrome driver creates many tabs at the same time like this: ...
Huy Nguyễn's user avatar
-1 votes
0 answers
21 views

Python selenium skips random amount of questions in a quiz

from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.chrome.service import Service from selenium.webdriver.support import expected_conditions as EC import ...
Bonn Bonn's user avatar
0 votes
0 answers
20 views

Message: session not created from unknown error: cannot find Chrome binary

On my Ubuntu server 22.04.4, I installed Python, Selenium, Chrome, Chromedriver and when I tried to run my script I got some errors. We have the 126.0.6478.126 Chrome version and also the 126.0.6478....
user928474's user avatar
0 votes
0 answers
16 views

I want to go to save button and then save the data as excel file using selenium python. Any leads?

https://ceoelection.maharashtra.gov.in/SearchInfo/ListPSs.aspx I want to save the data as a excel file automatically from this website. The floppy disk sign. Can some provide me the code. Here is the ...
Anurag Sinha's user avatar
-3 votes
0 answers
22 views

Error not being able to enter Python Selenium 4 input

I am doing a web automation with Python, but there is a problem that, although I tried all the solutions, I want to print data to the two inputs in the picture below, but none of the methods worked. I ...
jagrenti's user avatar
0 votes
0 answers
10 views

Unable to trigger selenium scripts on selenium grid, working on local

I am running selenium python script through Selenium Grid, but it throws error "selenium.common.exceptions.WebDriverException: Message: Unable to find resource, invalid path in url." Below ...
Rishabh Jain's user avatar
0 votes
0 answers
30 views

Unable to Start Chrome Session in Selenium: "Could not remove old devtools port file" Error

I'm attempting to run this script in digitalocean server, it worked fine on my computer but not on the server. <!-- begin snippet: js hide: false console: true babel: false --> Traceback (most ...
Deka Halane's user avatar
0 votes
0 answers
23 views

Sign in - Google accounts (choose a account) - Cant seem to be able to click the account (python selenium)

Its the page where you choose which account to login with on a website. I have a hard time clicking the account element. I have no idea if im writing the wrong path or it has something to do with a ...
Kaka's user avatar
  • 1
0 votes
1 answer
32 views

How can I solve this problem with ChromeDrive?

I have this code: from selenium import webdriver from selenium.webdriver.common.by import By import time driver = webdriver.Chrome(r'C:\dchrome\chromedriver.exe') driver.get('https://www.smv.gob.pe/...
Sebastian Gómez Tenorio's user avatar
0 votes
0 answers
7 views

selenium proxy credentials seems to not being detected with python

Hello i try to use selenium for making a botnet for my cybersecurity work for my school but it show this error i use gecko ( Firefox ) driver i got this error : Error with proxy 217****:50100:steixv:T*...
Silvucani's user avatar
1 vote
1 answer
22 views

python selenium keep my login information to open chrome

I logined my youtube account,now I want to use selennium to open chrome and then open wwww.youtube.com/ with the account logined.how to achieve that? user_data_dir=r'C:\Users\cccc\AppData\Local\...
learner's user avatar
  • 13
0 votes
0 answers
18 views

Chrome Driver not closing properly and using a lot of CPU

I am currently using Chrome Driver with Serenity BDD and when the tests are done running, it is not closing properly, and it is consuming a lot of CPU. I am unable to run a full regression before my ...
vacant desk's user avatar
0 votes
0 answers
14 views

Dpkg problem when installing chrome on ubuntu aws lightsail

I'm trying to install the chrome in my ubuntu aws lightsail server to use in a selenium aplication, but when I try to install it in the server I get the following errors, first I run sudo apt update ...
alexRicc2's user avatar

15 30 50 per page
1
2 3 4 5
1003