Class SeleniumTestCase
- PHPUnit_Extensions_Selenium2TestCase
-
Azalea\Selenium\Toolkit\SeleniumTestCase
public static
|
|
public
|
|
protected
string
|
|
public
string|null
|
|
public
|
#
setBrowserUrl( string $url = '' )
Proxy the setBrowserUrl method through buildUrl so that we can pass in urls relative to our base_url, if any. |
protected
|
|
public
boolean
|
#
isTextPresent( string $text, PHPUnit_Extensions_Selenium2TestCase_Element $element = NULL )
SauceLabs method. Returns true if the given element has the given text. |
public
|
#
waitForText( $text, PHPUnit_Extensions_Selenium2TestCase_Element $element = NULL, $timeout = 10 )
SauceLabs method. |
public
|
#
assertTextPresent( $text, PHPUnit_Extensions_Selenium2TestCase_Element $element = NULL )
SauceLabs method. |
public
|
#
assertTextNotPresent( $text, PHPUnit_Extensions_Selenium2TestCase_Element $element = NULL )
SauceLabs method. |
public
|
protected
|
$base_url
|
#
NULL
|
protected static
array
|
$tags
|
#
array()
|
public static
array
|
$browsers
|
#
array()
|