[
https://issues.apache.org/jira/browse/NUTCH-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827302#comment-17827302
]
ASF GitHub Bot commented on NUTCH-3036:
---------------------------------------
lewismc commented on PR #807:
URL: https://github.com/apache/nutch/pull/807#issuecomment-1998714969
[Further guidance on browser compatibility/supported
platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
Along the way I discovered that **_full screenshots_** ar now handled
differently so we need to rethink how to do this. For example, the
[FirefoxDriver has a pretty elegant way of doing
this](https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/firefox/FirefoxDriver.html#getFullPageScreenshotAs(org.openqa.selenium.OutputType))
but it is different on other browsers.
For the time being each browser can take a screenshot of the view
window/partial webpage. This is satisfactory but there is room for improvement.
> Upgrade org.seleniumhq.selenium:selenium-java dependency in lib-selenium
> ------------------------------------------------------------------------
>
> Key: NUTCH-3036
> URL: https://issues.apache.org/jira/browse/NUTCH-3036
> Project: Nutch
> Issue Type: Improvement
> Components: plugin, selenium
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Major
> Fix For: 1.20
>
>
> lib-selenium currently packages org.seleniumhq.selenium:selenium-java
> *v4.7.2* but *v4.18.1* is available on Maven Central.
> This ticket will upgrade the java dependency and validate that both
> protocol-selenium and protocol-interactiveselenium work as expected in local
> mode and via selenium grid.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)