Skip to main content

All Questions

1 vote
0 answers
42 views

We have a golang web application which is using msedgedriver.exe to convert HTML to PDF. For each user session we create a new Edge Webdriver and Quit when the session terminates. Our problem is, that ...
Anders Finn Jørgensen's user avatar
-1 votes
2 answers
61 views

I've ran into this issue twice now where Selenium WebDriver updates, requiring a new version of Chrome, but Chrome can't detect a new version yet. The first time I experienced this, it took Chrome 15 ...
WormChickenWizard's user avatar
1 vote
1 answer
59 views

I want to automate clearing all browser data in Firefox (about:preferences#privacy): In so doing I have run into an issue searching By.XPATH vs By.ID. Consider the following HTML: <stack id="...
Albert Chin's user avatar
0 votes
2 answers
55 views

I have the following HTML snippet on the page: <div class="transparent-overlay" id="content-overlay"> <form id="personaSubmitForm" action="/...
Albert Chin's user avatar
1 vote
1 answer
117 views

I’m using Selenium with C# ChromeDriver to automate WhatsApp Web. Uploading a PDF works correctly in normal (visible) Chrome: var attachInput = driver.FindElement(By.CssSelector("input[type='file'...
Grishma Pokiya's user avatar
Best practices
0 votes
5 replies
62 views

I am developing a selenium test and I was able to create it for registration by email. However, writing a test for facebook and google login/registration is very tricky. One of the problem that they ...
Dmitry Vasilev's user avatar
-4 votes
0 answers
39 views

I’m currently working with Selenium WebDriver using .NET (C#) and MSTest for automated UI testing. Until recently, I was able to access our service (which requires Google authentication) without any ...
yaranourk's user avatar
0 votes
1 answer
101 views

I am working on a project where I am using WPF and C# with Selenium. It automates some steps on one web page. I am using a specific user-profile to do it. It's a company owned laptop. When Selenium ...
user46374's user avatar
4 votes
5 answers
136 views

I'm trying to fill in a date field using the following code: import time from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service ...
Rapid1898's user avatar
  • 1,651
0 votes
0 answers
36 views

I’m trying to set up RSAT (Regression Suite Automation Tool) to run existing test cases from Azure DevOps Test Plans against a Dynamics 365 Finance & Operations environment (cloud sandbox). The ...
Sabrina Hammerich Ebbesen's user avatar
-1 votes
1 answer
48 views

I am very new to selenium, have made some progress logging in and navigating around a website but am stuck trying to select some checkboxes. There are multiple checkboxes all with the same id but ...
agwah's user avatar
  • 481
0 votes
1 answer
77 views

I am currently learning test automation and working on a homework exercise where I automated a login process using Selenium WebDriver with Java and TestNG. My test successfully navigates to the ...
Melokuhle Mazibuko's user avatar
-1 votes
0 answers
56 views

I am looking for a Selenium XPATH query to find all nodes in an xpath which have a #shadowroot under them. I want to open each root and continue doing that to find something I am looking for since I ...
Tony's user avatar
  • 1,173
Advice
1 vote
2 replies
86 views

I have a list of 1,000 Twitter handles and I need to check if each user has tweeted a specific keyword at least once. Since the Twitter API Free tier no longer allows reading user timelines or ...
mala fama's user avatar
2 votes
3 answers
185 views

I have a JavaFX application that uses Selenium to scrape some websites. Everything works great when I run the application through IntelliJ. However, I am packaging the final product into an exe file ...
chravis's user avatar
  • 125

15 30 50 per page
1
2 3 4 5
10509