Class BrowsingContextEvent
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- Selenium.WebDriver.dll
public static class BrowsingContextEvent
- Inheritance
-
BrowsingContextEvent
- Inherited Members
-
Properties
ContextCreated
public static EventDescriptor<ContextCreatedEventArgs> ContextCreated { get; }
Property Value
- EventDescriptor<ContextCreatedEventArgs>
ContextDestroyed
public static EventDescriptor<ContextDestroyedEventArgs> ContextDestroyed { get; }
Property Value
- EventDescriptor<ContextDestroyedEventArgs>
DomContentLoaded
public static EventDescriptor<DomContentLoadedEventArgs> DomContentLoaded { get; }
Property Value
- EventDescriptor<DomContentLoadedEventArgs>
DownloadEnd
public static EventDescriptor<DownloadEndEventArgs> DownloadEnd { get; }
Property Value
- EventDescriptor<DownloadEndEventArgs>
DownloadWillBegin
public static EventDescriptor<DownloadWillBeginEventArgs> DownloadWillBegin { get; }
Property Value
- EventDescriptor<DownloadWillBeginEventArgs>
FragmentNavigated
public static EventDescriptor<FragmentNavigatedEventArgs> FragmentNavigated { get; }
Property Value
- EventDescriptor<FragmentNavigatedEventArgs>
HistoryUpdated
public static EventDescriptor<HistoryUpdatedEventArgs> HistoryUpdated { get; }
Property Value
- EventDescriptor<HistoryUpdatedEventArgs>
Load
public static EventDescriptor<LoadEventArgs> Load { get; }
Property Value
- EventDescriptor<LoadEventArgs>
NavigationAborted
public static EventDescriptor<NavigationAbortedEventArgs> NavigationAborted { get; }
Property Value
- EventDescriptor<NavigationAbortedEventArgs>
NavigationCommitted
public static EventDescriptor<NavigationCommittedEventArgs> NavigationCommitted { get; }
Property Value
- EventDescriptor<NavigationCommittedEventArgs>
NavigationFailed
public static EventDescriptor<NavigationFailedEventArgs> NavigationFailed { get; }
Property Value
- EventDescriptor<NavigationFailedEventArgs>
NavigationStarted
public static EventDescriptor<NavigationStartedEventArgs> NavigationStarted { get; }
Property Value
- EventDescriptor<NavigationStartedEventArgs>
UserPromptClosed
public static EventDescriptor<UserPromptClosedEventArgs> UserPromptClosed { get; }
Property Value
- EventDescriptor<UserPromptClosedEventArgs>
UserPromptOpened
public static EventDescriptor<UserPromptOpenedEventArgs> UserPromptOpened { get; }
Property Value
- EventDescriptor<UserPromptOpenedEventArgs>