Skip to main content

Questions tagged [selenium-webdriver]

Selenium WebDriver provides the WebDriver API for controlling browsers in different programming languages ("language bindings"). When using this tag, also add a tag for the programming language you are using.

selenium-webdriver
0 votes
0 answers
12 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
11 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

Increase DPI for high quality images of Folium maps

Folium allows for screenshot of it's map using Selenium. link However, there is no option to take a high quality screenshot with increased DPI. Any way around this? img_data = map._to_png() img = ...
Joshua Roy's user avatar
0 votes
0 answers
23 views

Openpyxml InvalidFileException

I have the following code: workbook = openpyxl.load_workbook("C:/Users/Marina/Desktop/projects/jass/webscraping/list_following.xslx") sheet = workbook['test'] for c in range(1,4): sheet....
ElizaM's user avatar
  • 109
0 votes
0 answers
14 views

Selenium IDE Not Executing Sequentially

I'm encountering an issue with Selenium IDE. Specifically, step 19 in my execution sequence doesn't run properly when executed as part of the full sequence. However, it works perfectly fine when run ...
Lillian Lin's user avatar
0 votes
0 answers
13 views

Selenium/Python cannot find element name

I am new to automation. I was creating a task using Python/Selenium to open a link, click a few buttons to navigate to a search icon, input the value I want in that search box. Now here is the problem,...
Ibby1501's user avatar
-1 votes
1 answer
18 views

How to click on an element on a certain website using Selenium?

Below I describe the issue I need help with. Description I collect stock data from https://www.di.se/bors/large-cap/, and to get all necessary data I need to click on the tab "nyckeltal". ...
torbjörn södheim's user avatar
0 votes
1 answer
30 views

How to click element which is non-interactable using selenium-python

I've a portal which I need to automate. The problem arises when I'm trying to click on the Accept All button element of dialog box. But, I'm not able to locate it when trying to use inspect (F12). ...
Nitin Kumar's user avatar
0 votes
0 answers
8 views

Scroll Instagram Followers Box Selenium Python

Tried all existing answers and seem to be out dated. I'm trying to scroll down on the list. The driver finds the dialog box but for some reason it doesn't scroll, I've tried multiple scripts and none ...
Higor Nunes's user avatar
0 votes
0 answers
36 views

Selenium with Chrome for testing Strange Behavior

Selenium and Chrome For Testing, how to disable the new browser.driver download? I have Chrome For Testing and chromedriver installed in a custom location, and everything works, but it downloads the ...
KenCapital's user avatar
0 votes
0 answers
12 views

Scraping Amazon Shopping Cart in Real time via a chrome extension

I am trying to build a chrome extension that in real time scrapes the amazon website as the user is on it and gets us the subtotal in the user's cart before they proceed to checkout. We will use this ...
Aryan Garg's user avatar
0 votes
0 answers
14 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
1 vote
0 answers
21 views

XPath search with text containing soft hyphen

/div[contains(text(),"Inverter")] This is the code that we currently used to map some objects in selenium with xpath. The problem now is, that they introduced soft hyphens now into their ...
Lagencie's user avatar
0 votes
0 answers
24 views

An internal error occurred during: "Building" org.eclipse.jdt.launching.JavaRuntime.getProvidedVMPackages

enter image description here - Image Eclipse is showing internal error as below: An internal error occurred during: "Building". 'java.util.Set org.eclipse.jdt.launching.JavaRuntime....
devaraj jv jinka's user avatar
0 votes
1 answer
22 views

Is there a way to enable, pause, resume chrome devtools?

Preq: Launch selenium script in python Once launched we are trying to connect to chrome devtools and control the execution of script for debugging. As and when selenium script starts replaying, I'm ...
sridattas's user avatar
  • 499

15 30 50 per page
1
2 3 4 5
3849