Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
69 views

I am running automated UI tests using Selenium WebDriver (C#), and it seems a recent Chrome update has broken standard initialization. When the test starts, Chrome launches but gets permanently stuck ...
Manik's user avatar
  • 11
Advice
0 votes
2 replies
39 views

I just completed a Test automation course with Selenium Webdriver and java and now I am trying to practice what I have learnt using www.whitestuff.com My aim is to find the Web element on the main ...
CuriousLearner's user avatar
-1 votes
0 answers
53 views

I'm trying to attach Selenium to existing browser. Based on this tutorial, now I've got: test.bat cd /d "%~dp0" ruby test.rb %1 %2 %3 %input% pause test.rb require 'selenium-webdriver' ...
Shruikan's user avatar
0 votes
1 answer
68 views

Works: els = shadow.shadow_root.find_elements(By.CSS_SELECTOR, "span.fifty-radio__text") log.info(els[4].get_attribute('outerHTML')) : <span _ngcontent-ng-c2959232361="" class=&...
MortenB's user avatar
  • 3,851
2 votes
2 answers
52 views

I have used few latest versions of Pyinstaller and always get error like this (below). Application works good in IDE, PyCharm, but EXE file under Windows doesn't run and throw error: Traceback (most ...
CC PL's user avatar
  • 31
0 votes
0 answers
79 views

Given the following MRE: from selenium.webdriver import Chrome with Chrome() as driver: pass when developing in VS Code I see Chrome() underlined as if there's an issue. Pylance says: Object of ...
jackal's user avatar
  • 29.2k
Advice
0 votes
1 replies
63 views

I’m trying to scrape jewellery product images from: https://given.lv/ Using Python + Selenium, my plan is to: Navigate collection pages Extract product links Visit product pages and download images ...
Samyak Jain's user avatar
0 votes
2 answers
91 views

I am running Ubuntu 22.04, with Firefox 148, and Selenium, with the geckodriver version 36.0. I have written a small HTML file and a Python script to highlight the issue. The HTML is as follows: <...
TTM's user avatar
  • 29
Tooling
0 votes
4 replies
105 views

I followed the advice from this question and I started to experimenting with Selenium, but I feel like it has to many limitations. Could you recommend something more suitable? A simple program that ...
Shruikan's user avatar
Advice
0 votes
2 replies
87 views

What is the solution to the following error that occurs when scraping with Selenium and C#: OpenQA.Selenium.WebDriverException HResult=0x80131500 Message=Timed out waiting for driver service to ...
Roberto Rueda's user avatar
Tooling
0 votes
1 replies
93 views

Curious how teams handle UI automation as their applications grow. Many teams start with Selenium or Playwright, but over time the test suite grows and maintenance becomes challenging when the UI ...
Kirubakaran Loganathan's user avatar
Advice
0 votes
1 replies
65 views

I am automating job applications on Naukri.com using Selenium WebDriver in Java. My code successfully navigates to the job page and opens the job details, but I am unable to click on the 'Apply' or '...
Er. Shivam Parashar's user avatar
0 votes
2 answers
70 views

I am trying to check whether a value is present in a paginated table. If the value is not found on the current page, I click the Next button and continue searching. I am getting this exception: org....
Siv's user avatar
  • 11
1 vote
0 answers
87 views

I am currently learning test automation using Selenium with Java. While working on web element testing, I attempted to use the JavascriptExecutor within my test script to scroll the webpage to a ...
Vinay joshi's user avatar
0 votes
0 answers
109 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

15 30 50 per page
1
2 3 4 5
10506