w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
353 stars 39 forks source link

Add "File an issue" feature for WebDriver BiDi's rendered content #148

Open whimboo opened 2 years ago

whimboo commented 2 years ago

Like what we have for WebDriver HTTP, when selecting text in the rendered content a button appears that let you easily file a new issue on Github with pre-added text containing the chapter and some additional data.

CC'ing @jgraham and @foolip

foolip commented 2 years ago

It looks like that script is https://github.com/w3c/webdriver/blob/master/issue.js, which is from https://github.com/andreastt/issue-widget.

Seems like a good idea to me.

whimboo commented 2 years ago

@jgraham found https://resources.whatwg.org/file-issue.js which might be similar but has some baked in whatwg changes. Maybe there is something more official?

foolip commented 2 years ago

That's at highest officialness level for WHATWG 😀

I don't know if there's a similar script used for W3C specs.

whimboo commented 2 years ago

@jgraham shall we make use of the script from Andreas then for BiDi?

whimboo commented 2 years ago

@jgraham ping for your feedback. Thanks.