Raises the FindElementCompleted event.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected virtual void OnFindElementCompleted( FindElementEventArgs e )
Parameters
- e
- Type: OpenQA.Selenium.Support.Events FindElementEventArgs
A FindElementEventArgs that contains the event data.
See Also