Page 1 of 1
Selenium 3.x and check_selenium
Posted: Thu Jun 22, 2017 3:11 pm
by jathomps
Curious to know if anyone has made any progress modifying check_selenium or constructing their own selenium check to interface with Selenium 3.x. Anyone?
Re: Selenium 3.x and check_selenium
Posted: Thu Jun 22, 2017 3:21 pm
by mcapra
Which check_selenium are you using? I know of 2:
https://exchange.nagios.org/directory/P ... um/details
https://exchange.nagios.org/directory/P ... um/details
In regards to the first one, the Perl formatter for the Selenium IDE died off a while ago, and I don't think the Perl bindings were ever official anyway.
What bindings/languages are your current Selenium tests using? Are you leveraging the RC Server that was removed with Selenium 3?
I put some work into a plugin w/ documentation that worked on Selenium 3, but never finished it. The challenge was always "how do we make this simple". Because a lot of the users who want those sorts of checks don't really know much about Selenium or the various test harnesses under the hood; Just what gets churned out by the IDE.
Re: Selenium 3.x and check_selenium
Posted: Thu Jun 22, 2017 3:50 pm
by dwhitfield
This was updated in 2015, so newer than the two we have on exchange:
https://github.com/exensio/selenium-nagios-plugin
Obviously, others can chime in with what they are using.