Utility class used to execute "asynchronous" scripts. This class should
only be used by browsers that do not natively support asynchronous
script execution.
Warning: this class is intended for internal use only. This class will be removed without warning after all native asynchronous implementations have been completed.
Inheritance Hierarchy
OpenQA.Selenium.InternalAsyncJavaScriptExecutor
Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax
The AsyncJavaScriptExecutor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AsyncJavaScriptExecutor |
Initializes a new instance of the AsyncJavaScriptExecutor class.
|
Properties
Name | Description | |
---|---|---|
![]() | Timeout |
Gets or sets the timeout for the script executor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteScript |
Executes a JavaScript script asynchronously.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also