Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Implement support for extension commands. #18

Merged
merged 1 commit into from
Sep 4, 2015
Merged

Conversation

jgraham
Copy link
Member

@jgraham jgraham commented Sep 4, 2015

This adds support for extension commands by adding an Extension(T:WebDriverExtensionRoute)
entry to the httpapi::Route enum and Extension(T:WebDriverExtensionCommand) to
command::WebDriverCommand. Users must pass a list of all the extension routes they want
to use when calling server::start. They will also need to ensure that their WebDriverHandler
implementation has the extesnion route type as a type argument

This adds support for extension commands by adding an Extension(T:WebDriverExtensionRoute)
entry to the httpapi::Route enum and Extension(T:WebDriverExtensionCommand) to
command::WebDriverCommand. Users must pass a list of all the extension routes they want
to use when calling server::start. They will also need to ensure that their WebDriverHandler
implementation has the extesnion route type as a type argument
@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/5787

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@jgraham
Copy link
Member Author

jgraham commented Sep 4, 2015

r? @jdm or @Ms2ger

If you don't mind.

@jdm
Copy link

jdm commented Sep 4, 2015

These changes seem reasonable to me. I guess it might be nice to see what the downstream consumer changes look like?

@jgraham
Copy link
Member Author

jgraham commented Sep 4, 2015

Yeah, I was about to make a PR, when it turned out that I'd made a mess of try. PR coming up.

@jgraham
Copy link
Member Author

jgraham commented Sep 4, 2015

@jdm
Copy link

jdm commented Sep 4, 2015

Yep, looks good to me.

jgraham added a commit that referenced this pull request Sep 4, 2015
Implement support for extension commands.
@jgraham jgraham merged commit 1b5007f into master Sep 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants