Category "selenium"

Need to Fetch the radio button value, but in the console that is highlighting only by ": :before" i am not able to fetch that

I wanted to fetch the Radio button is selected or not, but not able to fetch that property, because that is highlighting ": :before" enter image description her

Need to Fetch the radio button value, but in the console that is highlighting only by ": :before" i am not able to fetch that

I wanted to fetch the Radio button is selected or not, but not able to fetch that property, because that is highlighting ": :before" enter image description her

Running Python 3.7 and Selenium: How do I reply to the Firefox Password Manager Popup when running a script?

I am grinding through day 2 of me learning Python 3.7 with Selenium. I am accessing a web page using WebDriver. I have been making progress, but am stymied now.

Problem scraping Bet365 with headless mode

A few days ago I started the development of a bot to capture data/results from virtual sports (specifically football) at Bet365 (note: I know this is not allowe

ExtentSparkReporter type or namespace cannot be found, why is this happening? C#

ExtentSprakReporter type or namespace not foundI'm trying to generate extent reports for my project and ExtentV3HtmlReporter is deprecated. The extent website s

selenium - generic function to enter test data in webpage using nested linkedhashmap - how to handle radio buttons

I am using Selenium with Java in POM based hybrid framework. I am trying to develop a generic function to enter data in the webpage. The function accepts a link

Heroku chromedriver and google-chrome build packs are crashing upon use

Using scrapy and heroku for some spiders I have setup. It's worked fine for months, didn't change anything that I know would have any affect, and yet when I try

Getting WebDriverException error while using Edge browser in robotframework

I am getting the below error while using Edge as browser in my script (Chrome is working fine) WebDriverException: Message: 'MicrosoftWebDriver.exe' executable

'Customize' short test summary info pytest

I'm starting to learn automated testing. When I run a test I want to get a specific text ('No Add to Cart button') on error of selenium NoSuchElementException I

Assign a value to a "hidden" input webelement, in SeleniumBasic for Chrome

I have to migrate a web automation program from IE controlled by Excel VBA to Chrome using selenium basic in Excel VBA. The website itself is not public so I ca

Protractor Mac installation Issue - protractor --version zsh: command not found: protractor

I'm interested in using Protractor for e2e testing. But running into some possible installation issues on a Mac(macOS Catalina). The main problem I'm having is

Trouble running InstaPy quickstart

I was able to install InstaPy on an Oracle Ampere Compute VM (ARM processors) running Ubuntu 20.04 LTS. When I try running quickstart.py, it showed me the follo

How can I open multiple browser instances in selenium in c#?

I want my program to open multiple browser instances at once and perform actions. But I ran into a problem, which is that all actions are performed in turn. I h

Unable to click Sign in button of Microsoft Login in C# Selenium

Trying to click Sign In button but getting "Stale element Exception error". IWebElement email = driver.FindElement(By.XPath("//*[contains(@name,'loginfmt')]"))

Selenium / C# Challenge / Threaded / Multiple drivers for each tab on the same browser opened by Selenium

As a preamble: I have an Excel-VBA workbook which can open an IE browser, login to a website with username,password, set up half a dozen webpages in tabs, and i

python selenium xpath loop skips random elements

I was trying to select all the 264 Recipients from the second form on this website and I used the code below: s = Service('./chromedriver.exe') driver = webdriv

Chromedriver Selenium getting 'Connection Reset' when versions match

I am using chromedriver but am sometimes getting the following errors: 03:34:09.188 [AsyncHttpClient-1-2] WARN org.openqa.selenium.remote.http.WebSocket - Conne

How to solve an explicit wait which isn't waiting long enough selenium python

I'm trying to program a sequence of events which are dependent on the last in selenium. First click login which loads a new page, then click a scrollbox on that

How to run a 2 Jenkins slaves simultaneously with only one trigger from the job of master

I have a selenium automation project with Maven and I am currently using XML files to run the batches of test cases locally. Now I have a requirement to run the

Upgrade to Selenium 4 - The type or namespace name 'ChromeMobileEmulationDeviceSettings' could not be found

I'm upgrading a C# program that was using Selenium 3. After updating Selenium to version 4, I get this error The type or namespace name 'ChromeMobileEmulation