/// <summary> /// Initializes a new instance of the <see cref="Mobile"/> class. /// </summary> /// <param name="browser">The browser.</param> public Mobile(InteractiveBrowser browser) : base(browser) { SwitchToDefaultContent(); }
/// <summary> /// Initializes a new instance of the <see cref="GuidedHelp"/> class. /// </summary> /// <param name="browser">The browser.</param> public GuidedHelp(InteractiveBrowser browser) : base(browser) { SwitchToDefault(); }
/// <summary> /// Initializes a new instance of the <see cref="XrmGlobalSearchPage"/> class. /// </summary> /// <param name="browser">The browser.</param> public XrmGlobalSearchPage(InteractiveBrowser browser) : base(browser) { this.SwitchToContent(); }
public Office365Navigation(InteractiveBrowser browser) : base(browser) { SwitchToDefaultContent(); }
/// <summary> /// Initializes a new instance of the <see cref="Navigation"/> class. /// </summary> /// <param name="browser">The browser.</param> public Navigation(InteractiveBrowser browser) : base(browser) { }
/// <summary> /// Initializes a new instance of the <see cref="XrmCommandBarPage"/> class. /// </summary> /// <param name="browser">The browser.</param> public XrmCommandBarPage(InteractiveBrowser browser) : base(browser) { SwitchToDefault(); }
public Office365Page(InteractiveBrowser browser) : base(browser) { SwitchToPopup(); }
public LoginDialog(InteractiveBrowser browser) : base(browser) { this.OnlineDomains = Constants.Xrm.XrmDomains; }
public LoginDialog(InteractiveBrowser browser, params string[] onlineDomains) : this(browser) { this.OnlineDomains = onlineDomains; }
/// <summary> /// Initializes a new instance of the <see cref="XrmNavigationPage"/> class. /// </summary> /// <param name="browser">The browser.</param> public XrmNavigationPage(InteractiveBrowser browser) : base(browser) { SwitchToDefault(); }
/// <summary> /// Initializes a new instance of the <see cref="XrmDocumentPage"/> class. /// </summary> /// <param name="browser">The Interactive Browser session created with the API.</param> public XrmDocumentPage(InteractiveBrowser browser) : base(browser) { }
/// <summary> /// Initializes a new instance of the <see cref="XrmDialogPage"/> class. /// </summary> /// <param name="browser">The browser.</param> public XrmDialogPage(InteractiveBrowser browser) : base(browser) { this.SwitchToDialog(); }
/// <summary> /// Initializes a new instance of the <see cref="Home"/> class. /// </summary> /// <param name="browser">The browser.</param> public Home(InteractiveBrowser browser) : base(browser) { }
public PerformanceCenter(InteractiveBrowser browser) : base(browser) { SwitchToContent(); }
/// <summary> /// Initializes a new instance of the <see cref="Entity"/> class. /// </summary> /// <param name="browser">The browser.</param> public Entity(InteractiveBrowser browser) : base(browser) { SwitchToContent(); }
/// <summary> /// Initializes a new instance of the <see cref="QuickCreate"/> class. /// </summary> /// <param name="browser">The browser.</param> public QuickCreate(InteractiveBrowser browser) : base(browser) { SwitchToQuickCreate(); }