PHP Класс Nearsoft\SeleniumClient\Alert

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( WebDriver $driver )
accept ( ) Accepts the alert.
dismiss ( ) Dismisses the alert.
getText ( ) : String Gets the text of the alert.
sendKeys ( String $string ) Sends keys to the alert.

Описание методов

__construct() публичный Метод

public __construct ( WebDriver $driver )
$driver WebDriver

accept() публичный Метод

Accepts the alert.
public accept ( )

dismiss() публичный Метод

Dismisses the alert.
public dismiss ( )

getText() публичный Метод

Gets the text of the alert.
public getText ( ) : String
Результат String

sendKeys() публичный Метод

Sends keys to the alert.
public sendKeys ( String $string )
$string String