Method |
Description |
|
alertText ( ) : mixed |
Wrapper around alertText method to not use it on not supported
browsers. |
|
browsers ( ) : Array |
Lists browsers to test |
|
dbQuery ( string $query ) : void | boolean | mysqli_result |
Executes a database query |
|
expandMore ( ) : void |
Kills the More link in the menu |
|
getCellByTableClass ( string $tableClass, integer $row, integer $column ) : text |
Get table cell data by the class attribute of the table |
|
getCellByTableId ( string $tableID, integer $row, integer $column ) : text |
Get table cell data by the ID of the table |
|
gotoHomepage ( ) : void |
Used to go to the homepage |
|
isElementPresent ( string $func, string $arg ) : boolean |
Check if element is present or not |
|
isLoggedIn ( ) : boolean |
Check if user is logged in to phpmyadmin |
|
isSuccessLogin ( ) : boolean |
Checks whether the login is successful |
|
isUnsuccessLogin ( ) : boolean |
Checks whether the login is unsuccessful |
|
keys ( string $text ) : void |
Wrapper around keys method to not use it on not supported
browsers. |
|
logOutIfLoggedIn ( ) : void |
Perform a logout, if logged in |
|
login ( string $username = '', string $password = '' ) : void |
perform a login |
|
moveto ( object $element ) : void |
Wrapper around moveto method to not use it on not supported
browsers. |
|
navigateTable ( string $table ) : void |
Navigates browser to a table page. |
|
sleep ( ) : void |
Sleeps while waiting for browser to perform an action. |
|
tearDown ( ) : void |
Tear Down function for test cases |
|
typeInTextArea ( string $text ) : void |
Type text in textarea (CodeMirror enabled) |
|
waitForElement ( string $func, string $arg ) : PHPUnit_Extensions_Selenium2TestCase_Element |
Wait for an element to be present on the page |
|
waitForElementNotPresent ( string $func, string $arg ) : boolean |
Wait for an element to disappear |
|