FYI, found the solution.  The code follows.

 

Selenium.prototype.assertLocationProtocol = function(expectedProtocol) {

    this.assertMatches(expectedProtocol, this.page().currentDocument.location.protocol);

};

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to