Example #1
0
 /// <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();
 }
Example #2
0
 /// <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();
 }
Example #3
0
 /// <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();
 }
Example #4
0
 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();
 }
Example #7
0
 public Office365Page(InteractiveBrowser browser)
     : base(browser)
 {
     SwitchToPopup();
 }
Example #8
0
 public LoginDialog(InteractiveBrowser browser)
     : base(browser)
 {
     this.OnlineDomains = Constants.Xrm.XrmDomains;
 }
Example #9
0
 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)
 {
 }
Example #12
0
 /// <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();
 }
Example #13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Home"/> class.
 /// </summary>
 /// <param name="browser">The browser.</param>
 public Home(InteractiveBrowser browser)
     : base(browser)
 {
 }
Example #14
0
 public PerformanceCenter(InteractiveBrowser browser)
     : base(browser)
 {
     SwitchToContent();
 }
Example #15
0
 /// <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();
 }
Example #16
0
 /// <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();
 }