类 RobotActionsInMaxModeByJS
- java.lang.Object
-
- tech.testnx.cah.common.browser.actions.RobotActions
-
- tech.testnx.cah.common.browser.actions.RobotActionsInMaxModeByJS
-
- 所有已实现的接口:
OperateBrowser
public class RobotActionsInMaxModeByJS extends RobotActions
- 作者:
- Yun
-
-
字段概要
-
从类继承的字段 tech.testnx.cah.common.browser.actions.RobotActions
driverActions, jsActions, logger, robot
-
-
构造器概要
构造器 构造器 说明 RobotActionsInMaxModeByJS(org.openqa.selenium.WebDriver driver)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected org.openqa.selenium.PointgetBrowserLocationOnScreen()protected org.openqa.selenium.DimensiongetBrowserOuterDimension()protected org.openqa.selenium.DimensiongetBrowserViewPortDimension()protected org.openqa.selenium.PointgetBrowserViewPortLocationOnScreen()protected org.openqa.selenium.PointgetElementCenterLocationOnScreen(org.openqa.selenium.WebElement e)protected org.openqa.selenium.RectanglegetElementRectOnScreen(org.openqa.selenium.WebElement e)protected booleanswitchTargetBrowserMode()-
从类继承的方法 tech.testnx.cah.common.browser.actions.RobotActions
exitBrowserFullscreenMode, mouseClick, mouseClickStartPoint, mouseDoubleClick, mouseDragAndDrop, mouseMove, mouseMoveToStartPoint, mouseOver, pressOneKey, pressThreeKeys, pressTwoKeys, requestBrowserFullScreenMode, takeSnapshotBrowser, takeSnapshotElement, takeSnapshotViewPort
-
-
-
-
构造器详细资料
-
RobotActionsInMaxModeByJS
public RobotActionsInMaxModeByJS(org.openqa.selenium.WebDriver driver) throws AWTException- 抛出:
AWTException
-
-
方法详细资料
-
getBrowserLocationOnScreen
protected org.openqa.selenium.Point getBrowserLocationOnScreen()
- 指定者:
getBrowserLocationOnScreen在类中RobotActions
-
getBrowserOuterDimension
protected org.openqa.selenium.Dimension getBrowserOuterDimension()
- 指定者:
getBrowserOuterDimension在类中RobotActions
-
getBrowserViewPortLocationOnScreen
protected org.openqa.selenium.Point getBrowserViewPortLocationOnScreen()
-
getBrowserViewPortDimension
protected org.openqa.selenium.Dimension getBrowserViewPortDimension()
- 指定者:
getBrowserViewPortDimension在类中RobotActions
-
getElementRectOnScreen
protected org.openqa.selenium.Rectangle getElementRectOnScreen(org.openqa.selenium.WebElement e)
- 指定者:
getElementRectOnScreen在类中RobotActions
-
getElementCenterLocationOnScreen
protected org.openqa.selenium.Point getElementCenterLocationOnScreen(org.openqa.selenium.WebElement e)
-
switchTargetBrowserMode
protected boolean switchTargetBrowserMode()
- 指定者:
switchTargetBrowserMode在类中RobotActions
-
-