playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

Does it support Selenium Grid?

Open yizhuying opened this issue 1 year ago • 2 comments

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

yizhuying avatar Dec 28 '23 05:12 yizhuying

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.

canstand avatar Dec 28 '23 06:12 canstand

image this one?

yizhuying avatar Dec 28 '23 09:12 yizhuying