C# Класс OpenQA.Selenium.Remote.Server.CommandHandlers.ExecuteAsyncScriptHandler

Provides the handler for the DriverCommand.ExecuteAsyncScript command.
Наследование: ExecuteScriptHandler
Показать файл Открыть проект

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

Метод Описание
Execute ( ) : object

Asynchronously executes an arbitrary JavaScript function on the page.

ExecuteAsyncScriptHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System

Initializes a new instance of the ExecuteAsyncScriptHandler class.

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

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

Asynchronously executes an arbitrary JavaScript function on the page.
public Execute ( ) : object
Результат object

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

Initializes a new instance of the ExecuteAsyncScriptHandler class.
public ExecuteAsyncScriptHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System
locatorParameters string>.Dictionary A containing the parameters used to match a resource in the URL.
parameters object>.Dictionary A containing the parameters used to operate on the resource.
Результат System