Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remote Webdriver Keyboard Events. #116
Comments
ghost
assigned
whhone
Jan 2, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
cbergau
May 5, 2014
Contributor
Just tested the Github Explore page:
$this->driver->findElement(\WebDriverBy::tagName('body'))->sendKeys(array(\WebDriverKeys::PAGE_DOWN));
Work perfectly with selenium 2.41.0 and chromedriver 2.9 or firefox 29.
This issue is 4 months old, do you still have that problem?
What is # loader anyways?
Just tested the Github Explore page:
Work perfectly with selenium 2.41.0 and chromedriver 2.9 or firefox 29. What is # loader anyways? |
whhone
closed this
Oct 16, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rakeshbitling commentedJan 2, 2014
$driver->findElement(WebDriverBy::cssSelector("#loader"))->sendKeys(array(Keys::PAGEDOWN));
Not Able to execute.
I want Page Scoll down event.