Open
Description
Version
1.52.0
Steps to reproduce
- Configure the selenium grid with the hub and nodes
- Configure a playwright script with the SELENIUM_REMOTE_URL on the top that connect to the selenium grid infrastructure and set a breakpoint to stop the execution before the browser closes
- Enter selenium grid node through vnc
- The "Chrome is being controlled by automated test software" infobar appears
Important: Dont do playwright install to install the browsers because the browsers will be taken from the selenium grid nodes.
Expected behavior
I want to get rid of the "Chrome is being controlled by automated test software" infobar, it looks that its ignoring the following flags
--disable-infobars
args=['--disable-blink-features=AutomationControlled'],
ignore_default_args=["--enable-automation"],
Actual behavior
It appear the message "Chrome is being controlled by automated test software" when I use playwright connected to selenium grid while in normal playwright that message dont appear
Additional context
No response
Environment
Playwright, seleniumgrid through docker compose, python
Metadata
Metadata
Assignees
Labels
No labels