Methods summary
public
|
#
close( )
Closes the popup view.
Returns
$this
|
public
Azalea\Selenium\Toolkit\Dom
|
#
first( )
Returns the first popup view found in the DOM as
a Dom object scoped to that popup.
Returns the first popup view found in the DOM as
a Dom object scoped to that popup.
Returns
|
public
Azalea\Selenium\Toolkit\Dom
|
#
last( )
Returns the last popup view found in the DOM as
a Dom object scoped to that popup.
Returns the last popup view found in the DOM as
a Dom object scoped to that popup.
Returns
|
public
integer
|
#
count( )
Gets a count of the number of popups on the screen.
Gets a count of the number of popups on the screen.
Returns
integer
|
public
boolean
|
#
confirmIsVisible( )
A confirm popup is showing on the top of the popup stack.
A confirm popup is showing on the top of the popup stack.
Returns
boolean
|
public
|
#
confirmYes( )
Confirm a popup confirmation.
Confirm a popup confirmation.
Returns
$this
|
public
|
#
confirmCancel( )
Cancel a popup confirmation.
Cancel a popup confirmation.
Returns
$this
|
public
|
#
closeAll( )
Close all visible popups on the screen.
Close all visible popups on the screen.
|