Skip to main content

All Questions

Tagged with
0 votes
1 answer
111 views

Failed to download and view the file from the local path (ERR_BLOCKED_BY_CLIENT)

I deployed CSP policies to my system and then encountered an error when trying to view a PDF file from the local path. Before adding the CSP policies, this issue did not occur. This problem appears in ...
imzz's user avatar
  • 19
0 votes
1 answer
95 views

Selenium in Ubuntu 22.04 - Exception-SessionNotCreatedException: Could not start a new session. Message: Session not created

I am pretty new to Selenium and have been trying to setup selenium in my ubuntu 22.04. chrome version and location, chromedriver version and java version. Basic sample of the code I am trying to run. ...
thatimperfectme's user avatar
1 vote
1 answer
54 views

Cannot access URL from java, but can from browser (Chrome)

I'm developing an application that fetches data from homepages. I'm encountering an issue with accessing a specific URL: "https://www.intel.com/content/www/us/en/products/sku/218824/intel-w790-...
bw_dev's user avatar
  • 795
0 votes
1 answer
22 views

Is there a way to remove a linebreak from the textToBePresentInElement waiter?

When using the innerText JS method Chrome and Safari return the text in different formats if there are multiple child elements with text. We've been using Safari for our tests and when calling getText(...
Lemings's user avatar
  • 21
-1 votes
1 answer
247 views

Disable Selenium Driver Manager

With Selenium 4.11.0, selenium officially enabled selenium driver manager, that checks if driver and browser are compatible. This functionality may be arguably, but it is not part of my question. I ...
Gico's user avatar
  • 1,344
0 votes
3 answers
265 views

Selenium java script suddenly very slow on my mac chrome browser

I have a TestNG framework of Selenium using Java. I am using it on my macbook (Chip Apple M1). Last week till Wednesday my scripts were working fine. When i started to work on Thursday i suddenly ...
Nitesh Srivastava's user avatar
0 votes
1 answer
42 views

Why the services are not shown in Eureka?

I have written code for the Eureka client, but it does not show any of my services on Eureka. What could be causing this issue? It seems like despite implementing the necessary configurations, my ...
Nayan Khade's user avatar
0 votes
0 answers
25 views

Using chrome profile in chrome webdriver

This is my setup for a test. public void setup() { ChromeOptions options = new ChromeOptions(); String userDataPath = "C:\\Users\\Barak\\AppData\\Local\\Google\\Chrome\\User Data&...
Barak Elbaz's user avatar
0 votes
1 answer
1k views

WARNING: Unable to find an exact match for CDP version 123, so returning the closest version found

I have been running some tests a few times a year and I sometimes have to update my chromedriver to match my Google Chrome version. Today was one of those days I tried to run these tests except this ...
Hinthrix's user avatar
2 votes
2 answers
99 views

Extract business information from publicly available G Maps search data but getting NullPointerException

I am using the given code for web scraping. Basically it is a web page scraping app in which the user searches for the target by providing specific data. A webview is used in this code. The listed ...
Maria's user avatar
  • 356
0 votes
1 answer
52 views

How can we launch chrome browser with particular profile

I have a scenario to automate where I have to open profile 5 because this profile is loaded with some extension so that I want to launch it, because when we launch new chrome browser and than load the ...
Kaira's user avatar
  • 3
0 votes
1 answer
51 views

Is possible to cast directly .ts (transport stream) live url?

I have direct url of .ts https://urllink/stream/channel_id.ts When I try to start casting to receiver application, it try to play media but nothing.Here is my code of sender android app: MediaInfo ...
simpleTask's user avatar
1 vote
3 answers
861 views

Using multiple Chrome versions with webdrivermanager fails

My issue: chromedriver and chrome versions do not match in my test runs I use a custom docker image for my test runs (RHEL Linux). In this I install the latest version of Google Chrome rpm, and ...
Deeepdigger's user avatar
1 vote
2 answers
548 views

Chrome web driver and selenium tests version problem

In my project where I write web automation tests using Selenium web driver, I am experiencing version problems after every new Chrome update. Chrome updates happen very frequently and I get this error ...
ahmet.igan's user avatar
3 votes
0 answers
680 views

android.content.res.Resources$NotFoundException: Resource ID #0x20c0006

Starting from January 24, 2024, we have received android.content.res.Resources$NotFoundException: Resource ID #0x20c0006 crash problem from online users. Is this crash caused by any update operation ...
wenjie ma's user avatar

15 30 50 per page
1
2 3 4 5
95