Open
Bug 1823907
Opened 2 years ago
Updated 2 years ago
Remove "desiredCapabilities" and "requiredCapabilities" from geckodriver
Categories
(Testing :: geckodriver, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:backlog])
Since bug 1495475 landed for geckodriver 0.23.0 around 5 years ago we started to warn about the usage of desiredCapabilities
and requiredCapabilities
. Most likely it will be the time now to finally get rid of their usage.
I have asked Selenium maintainers and right now it should only be the Java binding which is using both beside the capabilities
. It would need to be discussed why this is done in Selenium and if it can be removed as well.
Reporter | ||
Comment 1•2 years ago
|
||
A request for the removal has been filed on the Selenium repository:
https://github.com/SeleniumHQ/selenium/issues/11820
Reporter | ||
Updated•2 years ago
|
Priority: -- → P3
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•