Skip to main content

All Questions

0 votes
0 answers
21 views

Get NetworkResponseBody selenium

I'm trying to retrieve data from an endpoint on the SofaScore website, but the data I receive in response to my requests appears to be randomized. For instance, when a player is confirmed to have made ...
wesleys_theory35's user avatar
0 votes
2 answers
3k views

ChromeDriver for Chrome version 125 macOS

I have found that the ChromeDriver existed for the Google version 114. But now my Chrome is already updated to version 125 and I cannot find the direct version of ChromeDriver for my macOS. Does ...
phatra's user avatar
  • 1
-1 votes
3 answers
338 views

test chrome issue within chromedriver [duplicate]

from selenium import webdriver from selenium.webdriver.chrome.service import Service driver_path = r"C:\Users\hp\Desktop\Udemy\chromedriver.exe" # Replace with your correct path # Create a ...
AFREEN POLY's user avatar
0 votes
1 answer
184 views

Chrome Selenium CDP Bidi API - Next Commands sended to Target Session have no effect while the initial one does work

Hello everyone I'm facing a big trouble trying to hook TargetCreated Event and sending CDP commands to every new target found. I'm using the last Selenium & Chrome. I start a bidi session and send ...
HSMKU's user avatar
  • 329
1 vote
0 answers
172 views

Blocking URLs using chrome dev tools in selenium tests

My goal is to block several URLs in Chrome headless mode. Unfortunately, URLBlacklist works fine only in the headful one. To achieve that I was trying to use SetBlockedURLs experimental feature (https:...
PiotrP's user avatar
  • 225
0 votes
0 answers
144 views

Chrome DevTools in Selenium c# without specific version

For a project I am using the Network logger in Selenium DevTools to do make analysis easier during testing. Unfortunately I have to specify the version of chrome in the usings, which would not have ...
Jurn's user avatar
  • 918
0 votes
1 answer
226 views

Need C# code to capture response from network tab in devtool.. in edge browser

I need C# code to capture response from network tab in devtool.. in edge browser IWebDriver driver = new EdgeDriver(@"C:/SS/Selenium/C#/edgedriver_win32"); driver.Manage().Window....
sriram srinivasan's user avatar
0 votes
0 answers
211 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
0 votes
0 answers
60 views

How to load and enable extensions in a createBrowserContext target

I'm using the Chrome DevTools Protocol to create isolated contexts for tests within a single Chrome process. I'd like to load and enable extensions, which works fine in the regular context (with or ...
Oskar Wickström's user avatar
1 vote
1 answer
879 views

How to disable "Chrome for Testing is only for automated testing. For regular browsing, use a standard version of Chrome that updates automatically"?

I am using Chrome For Testing (CFT) browser for Selenium WebDriver with Java. I feel the info message "Chrome for Testing is only for automated testing. For regular browsing, use a standard ...
AMOD MAHAJAN's user avatar
0 votes
0 answers
49 views

How can I use Selenium with Python to set the Chrome web driver device to iPhone products?

The following script uses Python 3.11 in conjunction with Selenium 4.9 to launch a Chrome driver (116.0.5845.96) simulating a Pixel 5 device. from selenium import webdriver mobile_emulation = {"...
Shawn Armstrong's user avatar
0 votes
0 answers
141 views

Hotjar not launching cause of suspicious userAgent

Got this with Chrome 116 and 117 and chromedriver 116 and 117, any idea why is this happening? "Hotjar not launching due to suspicious userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) ...
Martitegui's user avatar
0 votes
0 answers
124 views

While running my program the chromium driver doesn't start

Running my program the terminal throws the following error DevTools listening on ws://127.0.0.1:63762/devtools/browser/0e266bb1-5a0e-4403-be15-e114d23b155a [0907/105719.182:ERROR:...
ARJUN RAMASWAMY's user avatar
0 votes
0 answers
94 views

Timestamp of 'responseReceived()' in Selenium DevTools

While using Selenuim i want to analyse all responses. Therefor i am using the chrome devTools. import org.openqa.selenium.devtools.v109.network.*; I am using this Listener setup: devTools.addListener(...
Tobi's user avatar
  • 13
0 votes
0 answers
122 views

Selenium 4 network interceptor not accepting 422 http status code response

I am using selenium 4 network interceptor to intercept and mock http requests. When I try to generate a response with http code 422 , interceptor is generating an error as below. {"id":14,&...
Nilesh Kathait's user avatar

15 30 50 per page
1
2 3 4 5
9