Class AbstractRealBrowserDriver

    • Method Detail

      • start

        public void start()
        Description copied from class: UiDriver
        start the driver
        Specified by:
        start in class UiDriver
      • waitForPageLoaded

        public void waitForPageLoaded​(org.openqa.selenium.WebDriver driver,
                                      int timeoutInSeconds)
      • stop

        public void stop()
        Description copied from class: UiDriver
        stop the driver
        Specified by:
        stop in class UiDriver
      • getInternalObject

        public Object getInternalObject​(String objectName)
        NOTE: This method should not be used directly into the test scripts. The implementation may be changed by the Automation Framework Team without notice.
        Specified by:
        getInternalObject in class AbstractHtmlDriver
        Returns:
        Internal Object
      • addExpectedPopup

        public void addExpectedPopup​(IExpectedPopup expectedPopup)
        Note: For internal use only
      • containsExpectedPopup

        public boolean containsExpectedPopup​(IExpectedPopup expectedPopup)
        Note: For internal use only
      • clearExpectedPopups

        public void clearExpectedPopups()
        Note: For internal use only
      • handleExpectedPopups

        public void handleExpectedPopups()
        Note: For internal use only