Add a C API for the WebDriver service
jcjones opened this issue · 1 comments
jcjones commented
For Gecko to use the WebDriver feature, Gecko needs to be able to trigger manager.add_webdriver_virtual_bus();
and potentially may need to provide a port (which would be a refactor).
Add such an API after determining what Gecko actually needs.
jschanck commented
Gecko is going to use XPCOM instead of a C API. There's nothing to do on the authenticator-rs side for that work.