Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle new webdriver spec capabilities structure #8009

Closed
jlipps opened this issue Mar 8, 2017 · 2 comments
Closed

handle new webdriver spec capabilities structure #8009

jlipps opened this issue Mar 8, 2017 · 2 comments
Assignees
Labels

Comments

@jlipps
Copy link
Member

jlipps commented Mar 8, 2017

The new webdriver spec does away with the current new session object which looks like:

{
  "desiredCapabilities": {...},
  "requiredCapabilities": {...}
}

And is replacing it with something like:

{
  "capabilities": {
    "alwaysMatch": {...},
    "firstMatch": [...]
  }
}

I haven't read the processing algorithm in detail but it looks like at the least we will need to support clients which are sending the new type of request. This will mean changes in basedriver.

At this point I am not sure whether we just want to take capabilities.alwaysMatch to be the new desiredCapabilities or if we should go through the whole algorithm to respect the semantics of these new keys.

@TikhomirovSergey
Copy link

👣 (watching)...

@imurchie imurchie added Enhancement feature and removed Needs Triage bugs which are not yet confirmed labels Mar 9, 2017
@jlipps jlipps added this to the HAL 9000 [Sprint 9] milestone Mar 31, 2017
@dpgraham dpgraham self-assigned this Apr 3, 2017
@dpgraham dpgraham closed this as completed Apr 7, 2017
@lock
Copy link

lock bot commented Apr 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants