selenium-chromedriver Questions

2

Solved

Getting "No such session exception" while running selenium in my pipeline. I find many solutions related it but none worked for me. Any assistance or idea? Exception trace: org.openqa.selenium.NoS...

9

Solved

I'm using Selenium webdriver but it don't quit chrome and chrome driver properly . Some of processes staid runner. code for quitting chrome : driver.quit(); code for starting chrome : System...
Whiffet asked 18/3, 2015 at 13:36

4

Have a python script running some scrapers using selenium and chromedriver. Have been scraping the same sites for a few years now with no issues. Starting last night, the same sites have started to...

13

Solved

How do I get Selenium WebDriver to scroll to a particular element to get it on the screen. I have tried a lot of different options but have had no luck. Does this not work in the C# bindings? I can...
Mathieu asked 12/2, 2015 at 9:25

3

Solved

I am seeing below error and browser got disconnected between. Its happening only for chrome. Selenium version I am using is: <groupId>org.seleniumhq.selenium</groupId> <artifactId&g...

5

My script is throwing a ton of SSL errors as below: [19852:2032:0912/202419:ERROR:ssl_client_socket_impl.cc(1141)] handshake failed; returned -1, SSL error code 1, net_error -100 [19852:2032:0912...
Farlay asked 12/9, 2016 at 19:41

13

#Once the zip has finished downloading, extract the folder and copy the path of the chromedriver exe file (should be the #first one), add it to your code like this, from selenium import webdriver ...
Sailmaker asked 16/8, 2023 at 13:13

4

Exception: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 116.0.5845.111 with binary p...

6

I can't figure out how to set a timezone when using Chromedriver. Is there some ChromeOptions argument or something? The issue is that when I go to some sites (for example, https://whoer.net), it s...

8

Solved

I am automating whatsapp messages and would like to send them out through a tkinter window. In this tkinter window I have created a message box with the help of .label() and I am able to connect to...

3

Solved

I am getting following error when running my scenarios. org.openqa.selenium.TimeoutException: timeout: Timed out receiving message from renderer: 10.000 (Session info: chrome=79.0.3945.79) B...
Parkinson asked 7/1, 2020 at 14:24

6

Have tried all the solutions I could find on the Internet to be able to print a page that is open in Selenium in Python. However, while the print pop-up shows up, after a second or two it goes away...

2

Previously I installed Chrome driver version 103.0.5060.53 on the conda virtual environment but now Chrome is updated with the newer Version 123.0.6312.86 so the script is not working I want to upd...

4

Solved

I am trying to retrieve the html code of a site using a headless chrome driver. However I get a "permission denied" message. If I use a "regular" driver it all works fine. Is there any way to byp...

5

Solved

The Following Error is given when i run my code: selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 85 I...

5

Solved

I am getting the following error when trying to create an object with Selenium Webdriver. "\selenium\webdriver\common\driver_finder.py", line 42, in get_path path = SeleniumManager().dri...
Quickwitted asked 13/6, 2023 at 3:52

8

Solved

While accessing driver.manage.logs.get(:browser) on chromedriver 75.0.3770.8 I'm getting this error: undefined method `log' for #<Selenium::WebDriver::Remote::W3C::Bridge:0x0000562dc661c250> ...
Regolith asked 10/6, 2019 at 7:49

8

I'm using chrome driver in Selenium to open chrome , log into a router, press some buttons ,upload configuration etc. all code is written in Python. here is the part of the code to obtain the driv...
Excess asked 29/11, 2015 at 14:23

5

Solved

I am trying to get Selenium working with Chrome, but I keep running into this error message (and others like it): AttributeError: 'WebDriver' object has no attribute 'find_element_by_name' The sa...

5

Solved

I am a big advocate for reading the manual. But in this case, despite searching online for some time I cannot find a manual explaining all of the available ChromeOptions arguments. Somewhere there ...
Orchard asked 12/7, 2016 at 17:41

3

I'm trying to run tests with CDP, webdriver.execute_cdp_cmd('Network.enable', {}) with Remote webdriver (in Selenoid). But getting this error: AttributeError: 'WebDriver' object has no attribute ...

1

Chrome 122.0.6261.95 Chrome driver 122.0.6261.94 Python 3.8.3 If I comment out option.add_argument("--headless=new"), it will print(len(elements)) will print 2. Otherwise, can not print a...

52

Solved

I am trying to launch chrome with an URL, the browser launches and it does nothing after that. I am seeing the below error after 1 minute: Unable to open browser with url: 'https://www.google.co...

4

I am currently creating a selenium script in python. I need to enter something in a text box using send_keys function. It is doing that correctly as of now. However, for an observation for I need t...
Histrionics asked 19/3, 2017 at 19:56

4

When I launch Selenium's WebDriver (Chromedriver). A console window (chromedriver.exe) runs and it opens Chrome. I need to know how I can hide those like a silent mode because I get messy when ther...
Leisaleiser asked 5/3, 2016 at 18:59

© 2022 - 2024 — McMap. All rights reserved.