Skip to main content

Questions tagged [selenium4]

Selenium 4.0 is a new version of open-source tool/framework for automating web browsers. When using this tag, also include other tags for the specific components you are using, e.g. gecko driver. It does support all latest browsers.

0 votes
0 answers
45 views

Unable to execute script instructions post browser launch in selenium 4.22.0 with python 3.12

below is my configuration installed python: 3.12.2 selenium 4.22.0 Windows x64 OS chrome driver source took from https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/win64/chrome-...
Goutham's user avatar
0 votes
0 answers
37 views

OpenFin window does not launch via Chromedriver (openFin version - 36.122.80.4, chromium version - 122.0.6261.69)

I am trying to upgrade my Java (jdk 11) Selenium (4) automation suite which is currently running fine for OpenFin v31.112.75.7 and Chromium v112.0.5615.28. I want to upgrade it to OpenFin v36.122.80.4 ...
Ayush Srivastav's user avatar
0 votes
1 answer
49 views

Issue -- Message: An unknown server-side error occurred while processing the command. [RESOLVED]: Appium Settings app is not running after 5000ms [duplicate]

[RESOLVED. See below for the answer] I am trying to do a small POC for automating the test cases for a desktop eCommerce website to run on real mobile device(mobileWeb) browser(chrome) using the ...
PraNuta's user avatar
  • 689
0 votes
0 answers
19 views

Any updates on using Selenium and Appium combination for testing a common eCommerce desktop website on real Android and iOS devices connected via USB?

I have done a POC of testing a Desktop eCommerce website on a mobile browser, using Selenium 4.x alone, running the tests using Browser Emulation using Chrome Developer Protocol (CDP, now going to be ...
PraNuta's user avatar
  • 689
0 votes
1 answer
49 views

ChromeDriverManager().install() occurs TimeoutError and no response

I am using selenium and ChromeDriverManager to get the last chrome driver automatic as follow code. try: #print("ChromeDriverManager().install():" + ChromeDriverManager().install(...
Chi-Chuan Huang's user avatar
0 votes
0 answers
21 views

The selenium driver server has unexpectedly died on Chrome Headless

Getting this WebDriverException: The driver server has unexpectedly died! when running regression pack on headless chrome on linux. WebDriverException: The driver server has unexpectedly died!<br/&...
Ankita Srivastava's user avatar
0 votes
0 answers
28 views

How to Handle Window based popup in Automation using Selenium?

When I am trying to download a file from Browser. Download File location popup is displayed. Is there a way to handle this window popup using Selenium 4 ? There are 2 buttons in this popup 1. Cancel ...
nanny's user avatar
  • 9
0 votes
0 answers
34 views

Using Browser specific options instead of DesiredCapabilities - Selenium 4

I am upgrading Selenium 3 to Selenium 4. One of the features in Selenium 4, is that DesriredCapabilities is deprecated. In some of the forms, it is mentioned that we can continue to use the deprecated ...
Divya's user avatar
  • 99
0 votes
0 answers
103 views

What is Video recording capability name in Selenium Grid 4

In Selenium Grid 3, to record the video in remote Selenium Grid, the following code was used: capabilities.setCapability("name", "PRELIVE: FOFC Attachments"); capabilities....
Benny Thomas's user avatar
0 votes
1 answer
90 views

HasAuthentication.register() works fine in Selenium 4 java on incognito mode with the username and password being passed , but not in normal mode

We recently migrated our selenium script from Selenium 3.141.x and JDK 1.8 to Selenium 4.18.1 and JFK 17. In our web application, we use multiple role with each role has a seperate username and ...
Ramkumar's user avatar
  • 126
0 votes
1 answer
368 views

Unable to run Selenium BiDi components using Remote Webdriver

My code works fine and the WebDriver BiDi protocol is functioning correctly with the local ChromeDriver instance. But when I use a RemoteWebDriver instance connected to a Selenium Grid/Server, I get ...
supriti mohanty's user avatar
0 votes
1 answer
28 views

Why scrolling on a web page in Selenium v4.12.1 using JavascriptExecutor in Java is not working despite many cloud vendors advise the same?

In my environment using Selenium v4.12.1 with JDK 21, I could not get the page scrolling working using the JavascriptExecutor. What I tried are these various approaches... /** * scroll vertically(...
PraNuta's user avatar
  • 689
0 votes
0 answers
22 views

Are there an equivalent classes( TouchAction, PointOption - Appium classes testing a native mobile app) in Selenium v4.1.2.1 for swipe actions?

I used below code in a work, where I conducted 'Swipe(direction)' actions on both Android and iOS devices, to test a native mobile app. Now the AUT is a website rendered in an Android mobile device on ...
PraNuta's user avatar
  • 689
0 votes
1 answer
21 views

could able to get the text of an web element, but not able to click it

Page contains a input box with a side button with '+' on it. I could clear the input box, send some text in to it, then when I could get the web element reference of the '+' button, but for the love ...
PraNuta's user avatar
  • 689
0 votes
0 answers
209 views

How to fetch the browser network calls response using selenium java?

In my application on every step the getImage API calls are generated I want to fetch the preview of that API call on every step. I tried the below code but it gives the calls generated after launching ...
Akshay Kawale's user avatar

15 30 50 per page
1
2 3 4 5
15