Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
0 answers
35 views

Google Map Result Scroll (VBA Selenium) [closed]

How do I scroll through Google Maps results to get more items in my list? I’m not sure whether I should use the class attribute or another method. Please help me with automatically scrolling until all ...
Ravi Sharma's user avatar
-1 votes
1 answer
72 views

Scrape images into an excel file - Selenium/Pandas/Python [closed]

I'm looking to scrape an image from a website into an excel file. Below is a snippet of my code. This gets the SRC URL and put that into the excel sheet. Is it possible to turn that into the actual ...
Clay Burnett's user avatar
0 votes
0 answers
55 views

TimeoutError The driver failed to open the listening port 127.0.0.1:54901 whithin 10s

I am trying to open the edge browser with my VBA code, and I can't seem to make it work, the error I get is the one in the title: "TimeoutError The driver failed to open the listening port 127.0....
Guadalupe Camara's user avatar
0 votes
1 answer
123 views

Getting error for COM excel when trying to build project in Visual Studio

Using Bitbucket as remote repo. Created a Https token in bitbucket When trying to clone using Visual Studio it asked for username and password. I provided with my username and for password gave the ...
sriram srinivasan's user avatar
0 votes
1 answer
33 views

Click a div class on Selenium VBA, no button

I'm trying to click on a specific place in a web site using Selenium from VBA This is part of the snipped HTML that I want to click: <li><a href="" id="sourceResults-nextPage&...
Julio Joshué Puertas Valdez's user avatar
0 votes
1 answer
37 views

Selenium not getting the information from VBA "NoSuchElementError"

This is my first StackOverflow post ever. I'm trying to copy data from a table in a web, the problem is that is my first time using Selenium. I was trying to use FindElementByClass but it says that it ...
Julio Joshué Puertas Valdez's user avatar
0 votes
0 answers
45 views

Is there any way to run multiple selenium webdrivers within a python script?

So I'm currently embarking on my web scraping/data analysis journey and was curious if there is anyway to have several selenium webdrivers running at the same time? This script is for a mobile game ...
Michael Moore's user avatar
0 votes
0 answers
30 views

VBA Selenium Arrow Down not working in for loop

I created an Excel list of image locations to be sent to Web Whatsapp in Chrome. I am using Selenium with VBA. The first image is sent correctly with its caption, however, from the second item in the ...
Nabil Tarabichi's user avatar
0 votes
1 answer
33 views

VBA (Excel) - PhantomJS driver not working with "FindElementByXPath" -> "NoSuchElementError" (working with Chrome Driver)

Use of PhantomJS: no correct/ expected behaviour Website with web elements Sub Logon() Dim obj As New PhantomJSDriver 'PHANTOMdriver obj.Start "PhantomJS", "" With obj ...
Bruno Peene's user avatar
-1 votes
2 answers
25 views

Selenium Macro Pastes Data Successfully for Thousands of Iterations Before Giving "Echo is On"

I created a VBA macro that uses selenium to go to a website and pastes inputs in multiple fields and uploads some files by copying the file paths from the excel sheet. It has a for loop so it needs to ...
kman99's user avatar
  • 1
0 votes
1 answer
56 views

how to start autofill from the last select row in csv file python selenium webdriver after the autofill has stoped

I have created an autofill with python selenium and I have a small problem with it, the autofill stops by itself after it has reached the autofill ROW 15 or 18 or 20 and when I restart the autofill it ...
easy992's user avatar
0 votes
2 answers
70 views

EXCEL VBA Selenium click svg/xlink:href

So I started with Selenium (Chromedriver) yesterday, and while I just want to automate some easy things, my knowledge and the web developers of the web reporting we are using are giving me a big ...
Pl0x_H3lp's user avatar
-4 votes
1 answer
57 views

beginner writing code for web scrapping link,text,images from multiple webpages using selenium and python and store in excel

This is the code I have written: from selenium import webdriver import pandas as pd from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.ui import ...
Pradeep Birare's user avatar
0 votes
0 answers
49 views

extract text in different td in multiple excel cells in vba selenium web scraping

good morning sir, in web scraping with vba using selenium I would like to divide the text as in the part of the html code that I have reported below, extracted from the page, I would like to extract ...
plinius's user avatar
  • 31
0 votes
0 answers
100 views

Using Selenium with VBA to scrape data from website and running into issues with shadow DOM

This is my code: Option Explicit Private cd As Selenium.EdgeDriver Sub Barchart() obj.Start "edge", "" obj.Get "https://www.barchart.com/stocks/performance/gap/gap-...
Jerry's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
83