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

[java] add full page screenshot feature for Firefox #7295

Merged
merged 1 commit into from
Jun 20, 2019
Merged

[java] add full page screenshot feature for Firefox #7295

merged 1 commit into from
Jun 20, 2019

Conversation

takeyaqa
Copy link
Contributor

Geckodriver v0.24.0 has new endpoint for full page screenshot. https://github.com/mozilla/geckodriver/releases/tag/v0.24.0
This commit allows java FirefoxDriver use of this function.

  • add FirefoxDriver method calling /session/{session id}/moz/screenshot/full
  • add unit test

* add FirefoxDriver calling /session/{session id}/moz/screenshot/full
* add unit test
@shs96c
Copy link
Member

shs96c commented Jun 20, 2019

This looks great, and I love how detailed the tests are. Thank you!

Merging this now. Congratulations on your first commit to Selenium @takeya0x86! :)

@shs96c shs96c merged commit 6311d01 into SeleniumHQ:master Jun 20, 2019
@takeyaqa takeyaqa deleted the ff_full_page_screenshot branch June 22, 2019 03:20
@takeyaqa
Copy link
Contributor Author

@shs96c Thank you! I had wanted to contribute to the project since SeConf Tokyo. So I'm happy now!

@manoj9788
Copy link
Member

Nice one! @takeya0x86
Happy that the SeConf Tokyo motivated to contribute. We would love to come back!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants