cost 196 ms
如何使用 Appium 禁用/關閉 iOS 上的鍵盤

[英]How can I disable/dismiss the keyboard on iOS with Appium

在運行 Appium 測試時,有沒有辦法關閉 iPhone 鍵盤或完全禁止它彈出? driver.hideKeyboard()不起作用,有一半時間“完成”或“返回”按鈕不存在,我不能隨意點擊屏幕,因為我不能保證代碼不會意外點擊鏈接或活動元素。 我不明白為什么它不像 Android 那樣只是 fun ...

JUnit Cucumber Runner 找不到測試

[英]JUnit Cucumber Runner not finding tests

有誰知道為什么當我運行mvn clean test -Dos=android時找不到要運行的測試? 如果我在 Intellij 中使用內置的 Cucumber 或 JUnit 跑步者,它會運行查找。 我正在使用 Appium 和 Java 8。 這是我的文件和文件夾結構 pom.xml<?x ...

Appium 服務器是單線程的嗎?

[英]Is Appium server single thread?

我想...使用服務器(包括appium服務器),讓許多客戶進行自動測試。 我有一個問題。 如果很多客戶端通過服務器做自動測試(在aws中,有appium server),appium server可以做多線程嗎? (我已經知道 tomcat 可以多線程,因為它是線程池) 或者有可能制作許多app ...

如何檢測appium中的flutter紅屏?

[英]how to detect flutter red screen in appium?

所以,我正在使用 appium inspector 為學校項目編寫移動測試腳本。 我的問題是我不知道如何檢測 flutter 應用程序導致的這個紅屏。 這張圖片只是我的意思的例子: 所以我想在結果是這個紅色錯誤屏幕時寫在我的腳本中,測試失敗。 但是 appium inspector 中的紅色屏幕 ...

#Appium 中的多種等待方法

[英]Multiple waiting approaches in #Appium

Appium 中最好的Explicit Wait實現是什么? 我知道有3種可能性: 使用Selenium提供的wait FluentWait 使用來自Selenium-Support 的WebDriverWait ,它僅在內部擴展FluentWait 使用Appium 的原生AppiumFluen ...

Appium安卓手機

[英]Appium android mobile

我正在運行代碼,使用 appium 和 testng 自動化在 android 應用程序上打開應用程序。即使我在 appium 中沒有得到任何響應,有人能告訴我什么地方出了問題以及如何解決嗎? ...

Android 無法識別 Appium 檢查器中的元素,而不是選擇一個元素整個面板類型的區域

[英]Android Unable to identify elements in Appium inspector instead of one element whole panel type of area is selecting

這是 android inspector 的圖像無法識別 Appium inspector 中的元素而不是一個元素整個面板類型的區域正在選擇當我單擊菜單時我想從左到右的菜單中的元素上選擇 select。 請幫助我,以便我現在可以找到單個元素的 xpath 整個面板正在 appium 檢查器中被選中。 ...

Appium Android:如何測試WebView里面顯示的pdf

[英]Appium Android: How to test pdf displayed inside WebView

在 Android 中,我想測試包含條款和條件的 PDF,但它顯示在 WebView 中。我可以切換到 WebView,我使用下面的代碼。 然后定位到script標簽,獲取內容 在此之后我不知道如何進行? 請幫忙 ...

如何使用鍵盤操作 appium android 按下綠色刻度按鈕

[英]How to press green tick button using Keyboard actions appium android

在我的代碼中,我需要按一些數字並單擊綠色勾號按鈕。 單擊后,預期會隱藏鍵盤並顯示錯誤驗證消息.. 我的腳本中有以下代碼。 根據代碼。 它輸入值。 不確定要通過哪個 AndroidKey 來按下綠色勾號按鈕,我正在傳遞 AndroidKey.ENTER。 它給出了不同的行為,並且手動按 ...

AndroidDriver 在 mvn clean 后無法初始化

[英]AndroidDriver cant be initialized after mvn clean

像往常一樣,在運行mvn test之前我執行了mvn clean ,但是這次很多東西開始下載,一旦完成,我運行代碼並得到這個錯誤: 我實際上沒有改變任何東西,它只是停止工作(上次我檢查它是否有效是 1 周前) 這是生成錯誤的代碼: ...

我可以在 Sauce 實驗室中使用 Appium 運行機器人測試嗎?

[英]Can I run Robot tests with Appium in Sauce labs?

我正在做移動測試並考慮將我的測試遷移到 Sauce Labs 平台。 我必須進行自動化測試,並且平台需要運行帶有機器人測試的 Appium。 我可以在 Sauce Labs 平台上運行用 Robot Framework(使用 Appium)編寫的測試嗎? ...

Robot Framework 和 Appium 有什么區別?

[英]What is difference between Robot Framework and Appium?

我認為 Robot Framework 是一個為測試移動應用程序而設計的通用自動化框架。 但它與 Appium 有何不同? 是因為 Appium 是跨平台的嗎? 我的問題真的是機器人框架和appium有什么區別? ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM