You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-tool...@lists.mozilla.org
Hy!
There is a trait named `WebDriverExtensionCommand` in the webdriver crate. But not containing much informations about usages. Is there any official documentation about usages with geckodriver? It was not mentioned in [this](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands) documentation.
Ramesh Kithsiri,
Sri Lanka.
Henrik Skupin
unread,
Aug 11, 2020, 8:31:31 AM8/11/20
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-tool...@lists.mozilla.org
WhizSid Programming wrote on 16.07.20 20:27:
> There is a trait named `WebDriverExtensionCommand` in the webdriver crate. But not containing much informations about usages. Is there any official documentation about usages with geckodriver? It was not mentioned in [this](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands) documentation.
Extension commands are driver specific and not covered by the WebDriver
specification. As such we seem to not have added docs for that yet.
If you want to see how geckodriver is using it have a look at its source
code here: