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
5 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
9 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
11 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
8 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
13 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
23 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
22 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
8 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
13 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
18 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
17 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
0 votes
1 answer
48 views

Scraping text in whitebox

I am trying to collect some Dutch historical election data. Below you see the code I have been using. I still need to figure out how to iterate the process for every 'Gemeente', but my main problem ...
Jasper's user avatar
  • 103
0 votes
0 answers
9 views

switching tabs is not working in selenium-python

I am writing small python script to open a webpage and click a link which redirects to next page. I have to then click export button which downloads the file. When the control goes to second webpage, ...
Sangeetha Gowda's user avatar

15 30 50 per page
1
2 3 4 5
3849