Interface IBaseNavigationInfo
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- WebDriver.dll
public interface IBaseNavigationInfo
Properties
Context
BrowsingContext Context { get; }
Property Value
Navigation
Navigation? Navigation { get; }
Property Value
Timestamp
DateTimeOffset Timestamp { get; }
Property Value
Url
string Url { get; }