I'm working with this vezeeta.com to scrape some information about drugs and I am using selenium to deal with this site. I have allowed the user to en ...
I'm working with this vezeeta.com to scrape some information about drugs and I am using selenium to deal with this site. I have allowed the user to en ...
I am trying to get the URL of a website as soon as the URL on tab changes. But currently the script waits for the page to load and then gives me the U ...
I am learning selenium now-a-days, I got stuck at one point, can anyone please help me out? While using IRetryAnalyzer, in my test case I use this in ...
CONTEXT: 1st time asker and long time reader of stack overflow, please let me know of ways if I can improve the question if there are any. I am ...
I'm trying to select the options of a dropdown list in Chrome using VBA and Selenium. I manage to open the dropdown but not navigate the options. Can ...
I have searched on stackoverflow as well as just googled how to use Proxies with Selenium. I found two different ways but none are working for me. Can ...
I'm trying to grab the URLs from each of the cards for flights that appear in this Kayak website and I'm getting a BrokenPipeError: [Errno 32] Broken ...
I'm facing an error: Code and Error screenshot: Can I know why I am getting this error? I am trying to execute the script whose result should b ...
I am implementing a script that logs into a web page and perform certain actions, that are irrelevant in this case. This is the code that executes the ...
I have some Chrome extensions installed and I can use them fine in normal run. But when I use Selenium to drive Chrome to a page, I see "Chrome is bei ...
When browser redirect me to telegram page, i have an alert(look at the screenshot). How can I cancel It? I use this code, but i have an error at the ...
enter image description hereI was trying to extract some data part from the list of webpage links that I have in my excel sheet and with the help of t ...
How can I perform a left click and drag to right slide (with approximately 1 second transition time) with selenium in python. Before drag After ...
How can I extract the value 4 using elementId maxId in Python. Python: 3.11.1, ChromeDriver: 109.0.5414.74 ...
I'm attempting to replicate this code: But it keeps returning the exception. I'm running this on mac w. vscode and there are few things off. fi ...
I am writing a PowerShell script to log into a website, load a database entry, add a note, then log off. After the website finishes loading, I want to ...
I am trying to get the value #2011 which is a URL text from the HTML below. I tried the below code but didnt work. It says it is unable to locate the ...
Which of the following statements is TRUE when an alert is open in a browser? (Assume that driver is a WebDriver object) I. driver.findElements throw ...
I need help, unable to start the chromedriver, It is installed, I use webdriver manager. path_to_driver = ChromeDriverManager().install() driver = web ...
I am pretty new to coding and web-scraping. One thing that I noticed is when I open up a browser with url_1 and scrape URLs for other categories let's ...