2

Is there anyway to check the http response codes using the facebook webdriver (selenium) & PHPUnit?

I checked this posts Here

but was wondering if there has been an update since then.

EDIT: I have found this function! getHTTPResponseCode()

Community
  • 1
  • 1
Changerrs
  • 273
  • 1
  • 4
  • 17

1 Answers1

1

I have found this function! getHTTPResponseCode() API

Now i just need to figure out how to use it.

Thanks.

Changerrs
  • 273
  • 1
  • 4
  • 17
  • URLChecker is a internal class designed for the ChromeDriver. But I think it is okay to use it like this if it is working for you. – whhone Nov 13 '14 at 00:48