More browser drivers #200
Labels
area/runtime
Runtime issue
area/stdlib
Standard library issue
type/enhancement
New feature or request
Milestone
We need to bring more browser drivers to support UI testing.
Currently, Ferret supports 2 HTML drivers:
HTTP one, supports static pages only and we do not really count it.
But in case of CDP we cover only Chrome.
We need to create drivers for the rest of browsers: Firefox, MS Edge, Safari and maybe Opera (do people still use Opera?). Not sure that it's possible with IE.
Most of them have their own devtools protocols. Thankfully, most of them are compatible with CDP, so it should not be that difficult.
Here is the draft of what needs to be done:
dynamic.HTMLDocument
anddynamic.HTMLNode
in standard library tovalues.DHTMLDocument
andvalues.DHTMLNode
The text was updated successfully, but these errors were encountered: