appium tap 報錯:outside of element rect
模擬器解析度1600,900 真機解析度1920,1080
在模擬器上找到了一個點的座標(1543,98),使用driver.tap方法。在另外一臺真機上跑該程式碼,原來的點座標進行了轉換---按照網上說的點座標/模擬器解析度*真機解析度,轉換為了(1851, y=118),執行之後報錯:
selenium.common.exceptions.InvalidArgumentException: Message: Coordinate [x=1851.0, y=118.0] is outside of element rect: [0,0][1793,1080]
相關文章
- Python定義函式報錯 return outside functionPython函式IDEFunction
- Mac 上啟動 appium 報錯MacAPP
- React報錯之Element type is invalidReact
- appium 報錯 500 具體日誌已發APP
- canvas rect()Canvas
- Element外掛中Select元件的報錯元件
- Appium用driver.start_activity切換Activity報錯APP
- Tap事件和Tap點透原理事件
- selenium3 踩坑--move_to_element()報錯
- Appium v1.18.1 查詢 android 10 的 io\.appium\.settings 報錯,求助,感恩!!!APPAndroid
- Appium+python自動化54-appium-doctor報錯已解決(SyntaxError: Unexpected token ...)APPPythonError
- 解決element---el-dialog--關閉報錯問題
- deploy package outside of jbossPackageIDE
- Laravel tap 用法Laravel
- SVG <rect> 繪製矩形SVG
- [記錄] STF+Appium 自動化 WDA 埠報錯,解決方法!APP
- React報錯之React.Children.only expected to receive single React element childReact
- 解決vue-cli element-ui打包報錯Unexpected token: operator (>)VueUI
- Unity UGUI——Rect Transform包(Anchors)UnityUGUIORM
- appium 使用 appium-desktop 可以正常使用,使用命令列啟動報如下錯誤,誰能幫忙看下呢APP命令列
- 匯入 appium 報 SyntaxError: invalid syntaxAPPError
- OpenCV(cv::Point、cv::Rect、cv::Mat)OpenCV
- 用element-ui 填充date-picker時,報value.getTime is not a function錯誤UIFunction
- vue3 引入 element-ui 報錯 - ERR! ERESOLVE unable to resolve dependency treeVueUI
- Warning: RPMDB altered outside of yumIDE
- 請教 Element 的錯誤處理
- Tun/Tap介面使用指導
- tap函式的日常使用函式
- JTAG TAP ControllerController
- 報錯資訊 The jsp:param action must not be used outside the jsp:include, jsp:forward, or jsp:params elements 的原因及解決辦法JSIDEForward
- list-style:none outside none;的作用NoneIDE
- appium 初始化安裝的時候報錯 Error getting strings.xml from apkAPPErrorXMLAPK
- 模擬tap事件和longTap事件事件
- area標籤circle/rect/poligon座標Go
- go install: no install location for directory outside GOPATHGoIDE
- 如何處理vue-cli3+ts+element-ui 呼叫$message/$alert時的編譯報錯VueUI編譯
- JavaScript報錯型別(報錯速查)JavaScript型別
- appiumAPP