playwright-go
playwright-go copied to clipboard
Does it support Selenium Grid?
Does it support Selenium Grid?
Python version support, there are corresponding usages, does the Go version also support it?
python:
SELENIUM_REMOTE_URL=http://192.168.1.105:19091/ python demo.py --browser chromium
It should be supported. According to the code, the client only needs to pass the required environment variables through the options of BrowserType.Launch.
You may need to specify environment variables in the BrowserTypeLaunchOptions option.