Selenium 3.x and check_selenium

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jathomps
Posts: 3
Joined: Wed May 28, 2014 10:18 am

Selenium 3.x and check_selenium

Post 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?
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Selenium 3.x and check_selenium

Post 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.
Former Nagios employee
https://www.mcapra.com/
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Selenium 3.x and check_selenium

Post 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.
Locked