Example #1
0
 function __construct()
 {
     self::$string_timeout = $GLOBALS['timeouts']["str_ms"];
     self::$selenium = \SaunterPHP_Framework_SeleniumConnection::RemoteControl();
 }
Example #2
0
 function __construct($driver)
 {
     self::$string_timeout = $GLOBALS['timeouts']["str_ms"];
     self::$selenium = $driver;
     $this->driver = $driver;
 }