Class GridRow
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\GridRow
Methods summary
public
|
#
__construct( Azalea\Test\TestCase\BaseTestCase $rowSelector, array $driver )
Parameters
- $rowSelector
- $driver
- $driver
- $args
Throws
InvalidArgumentException
Overrides
|
public
|
|
public
|
|
public
boolean
|
#
verify( $args = array() )
Returns
boolean
Override
Overrides
|
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|
Properties summary
protected static
string
|
$selector
$selector Optional CSS selector for this view's element.
$selector Optional CSS selector for this view's element.
|
|