selenium-plugin icon indicating copy to clipboard operation
selenium-plugin copied to clipboard

Jenkins selenium plugin

Results 29 selenium-plugin issues
Sort by recently updated
recently updated
newest added

I cannot disable "throwOnCapabilityNotPresent" on the hub. According to the code, it should be disabled by default, however, enabling or disabling the correspoding checkbox on Jenkins's global configuration does not...

Bug

This plug-in notice by the Jenkins about the security issue as below. Selenium Plugin 3.141.59 and earlier has no CSRF protection for its HTTP endpoints. This allows attackers to perform...

This contains `readme` and `svg` exported from jenkins wiki exporter.

Any plans to upgrade this plugin to use Grid4?

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.21 to 2.37.0. Release notes Sourced from htmlunit's releases. HtmlUnit-2.37.0 Bugfixes many js improvements done in Rhino CHROME 79 FF52 removed FF68 added HtmlUnit-2.36.0 Bugfixes many js...

dependencies

My hub and nodes also include several servlets. Is there any possibility is there any possibility to configure them using this plug-in?

Discovered because I've had an issue starting Internet Explorer on specific nodes passing 'jenkins:label' to the Selenium Plugin grid. ``` Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: No matching capability sets found....

[Slave To Master Access Control](https://wiki.jenkins.io/display/JENKINS/Slave+To+Master+Access+Control) documents the need for plugins to properly implement access control so that whitelisting `/plugins/selenium/.*` in `/secrets/filepath-filters.d/50-gui.conf` would not be necessary. Logs: ``` Starting Selenium nodes...

I've got the hub setup with the proper hostname but any nodes/slaves starting up have an internal IP which is wrong. The configuration is global accross multiple nodes any way...

My Jenkins and nodes are setup in AWS as EC2 instances. Jenkins host lives in the same VPC as the nodes although they live in separate subnets. The way the...