AsyncJavaScriptExecutor ClassWebDriver
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

OnlineSystem Object
  OpenQA.Selenium.Internal AsyncJavaScriptExecutor

Namespace: OpenQA.Selenium.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public class AsyncJavaScriptExecutor
See Also