in reply to Re: get http error code with Selenium::Remote::Driver
in thread get http error code with Selenium::Remote::Driver

Is there a hard way ? :-)
  • Comment on Re^2: get http error code with Selenium::Remote::Driver

Replies are listed 'Best First'.
Re^3: get http error code with Selenium::Remote::Driver
by Corion (Patriarch) on Jul 09, 2013 at 10:50 UTC

    I hacked Ghostdriver for PhantomJS to return the HTTP status code, and then expanded Selenium::Remote::Driver to ask for that status code. It's a relatively small change, but I haven't spent enough time with the code to release it yet, sorry.