robotframework-browser icon indicating copy to clipboard operation
robotframework-browser copied to clipboard

Add more browser types when run Browser.entry script for browser installation

Open siongwai opened this issue 10 months ago • 3 comments

Is your feature request related to a problem? Please describe. Playwright has support more browsers (chrome and edge) installation compare to robot browser init script.

Describe the solution you'd like Add all supported browsers from default playwright node installation to Browser.entry script

siongwai avatar Apr 15 '24 06:04 siongwai

Browser library relies Playwright to perform the installation. It seems that Playwright has extended the support at least to Edge and perhaps to some others too. But in practice the what ever Playwright supports in installing we can support also.

aaltat avatar Apr 15 '24 07:04 aaltat

@allcontributors please add @siongwai for ideas

aaltat avatar Apr 15 '24 07:04 aaltat

@aaltat

I've put up a pull request to add @siongwai! :tada:

allcontributors[bot] avatar Apr 15 '24 07:04 allcontributors[bot]

Playwright 1.46 seems to support now: chromium, chrome, chrome-beta, msedge, msedge-beta, msedge-dev, firefox, webkit.

aaltat avatar Aug 09 '24 22:08 aaltat