Class VideoTestWebTestCaseDriverFunctions
Collection of video functions
Located at VideoTestWebTestCaseDriver.php
public
CWebTestCase
|
#
videoSetVisible( string $element )
Makes sure that element is visible. Scrolls page up or down if necessary. No horizontal scroll. |
public
CWebTestCase
|
#
videoMouseClick( string $element, true|array $nearTheLeftSide = false, $highlightCallback = false )
Draws mouse cursor which moves towards desired control, then invokes mouseOver This method DOES NOT CLICK, this method only animates mouse cursor (arrow) |
public
CWebTestCase
|
|
public
CWebTestCase
|
#
videoCustomSelectBoxSelect( string $id, string $value )
Selects an item from drop-down select box, when custom selectbox is used |
public
CWebTestCase
|
#
videoHideDatePicker( )
Removes DatePicker window, that will eventually appear after you focus on date text input |
public
CWebTestCase
|
#
videoSetDefaultMessagePosition( $position =
Sets default position for message window. |
public
CWebTestCase
|
#
videoShowImage( array $files, integer|array $durations = 5 )
Shows slideshow of images. Use it when animation is not possible. |
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
|
public
CWebTestCase
|
#
videoDefault( )
Reset mode to default (defined by config) -- used when debugging tests to save time |
public
boolean|integer
|
|
public
boolean
|
string |
VIDEO_DEFAULT_MESSAGE_POSITION
|
#
'top: 100px; left: 100px; right: 100px; height: 200px;'
|
public
boolean
|
$overrideFastMode
|
#
false
|
public
|
$testCase
|
|
public
string
|
$videoDefaultMessagePosition
|