C# Class OpenQA.Selenium.Remote.Server.CommandHandlers.ExecuteAsyncScriptHandler

Provides the handler for the DriverCommand.ExecuteAsyncScript command.
Inheritance: ExecuteScriptHandler
Mostrar archivo Open project: jimevans/strontium

Public Methods

Method Description
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.

Method Details

Execute() public method

Asynchronously executes an arbitrary JavaScript function on the page.
public Execute ( ) : object
return object

ExecuteAsyncScriptHandler() public method

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.
return System