Define set- and get window position commands#307
Merged
andreastt merged 2 commits intow3c:masterfrom Jun 29, 2016
andreastt:window-position
Merged
Define set- and get window position commands#307andreastt merged 2 commits intow3c:masterfrom andreastt:window-position
andreastt merged 2 commits intow3c:masterfrom
andreastt:window-position
Conversation
This was referenced Jun 27, 2016
Contributor
|
r+ could you rebase please? |
Member
Author
|
Thanks! |
jgraham
pushed a commit
to mozilla/webdriver-rust
that referenced
this pull request
Sep 26, 2016
* add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307.
xeonchen
pushed a commit
to xeonchen/gecko-cinnabar
that referenced
this pull request
Sep 3, 2017
…#37) * add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: d7f04858a9e5dd55dc193e6f9b8c2ea708057a83 committer: jgraham <james@hoppipolla.co.uk>
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Sep 3, 2017
) * add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: d7f04858a9e5dd55dc193e6f9b8c2ea708057a83 committer: jgraham <james@hoppipolla.co.uk> --HG-- extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000 extra : subtree_revision : d0a024b5cc7ee9f2a3af218b9ead9ab7ef8f7c7e
aethanyc
pushed a commit
to aethanyc/gecko-dev
that referenced
this pull request
Sep 4, 2017
…ozilla#37) * add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: d7f04858a9e5dd55dc193e6f9b8c2ea708057a83 committer: jgraham <james@hoppipolla.co.uk>
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 1, 2019
…#37) * add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: d7f04858a9e5dd55dc193e6f9b8c2ea708057a83 committer: jgraham <jameshoppipolla.co.uk> UltraBlame original commit: 1b4d4044fe96f024ebf04a4886a959dfd1a2bb73
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Oct 1, 2019
…#37) * add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: d7f04858a9e5dd55dc193e6f9b8c2ea708057a83 committer: jgraham <jameshoppipolla.co.uk> UltraBlame original commit: 1b4d4044fe96f024ebf04a4886a959dfd1a2bb73
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Oct 1, 2019
…#37) * add Get Window Position and Set Window Position commands Commands are added to the WebDriver specification in w3c/webdriver#307. Source-Repo: https://github.com/mozilla/webdriver-rust Source-Revision: d7f04858a9e5dd55dc193e6f9b8c2ea708057a83 committer: jgraham <jameshoppipolla.co.uk> UltraBlame original commit: 1b4d4044fe96f024ebf04a4886a959dfd1a2bb73
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are implemented in most drivers, exists in Selenium’s JSON wire protocol, but appears to have been lost in the transition to the spec.