Hi thankyou... I need to run my Appium test cases of flutter based android app code by using azure pipeline for automation of test... is it works? If possible please share 🙏 Thankyou
@prodbug108 Жыл бұрын
hi Pavan, never tried flutter based app or with Azure....
@otomass11 ай бұрын
Will you have an idea how to SWIPE on mobile chrome browser (webview)?
@prodbug10811 ай бұрын
I have not tried on mobile browser.... can you try to use same code and see what happen. Pls update your answer here or if you find some solution.
@SomaRaha-z1d Жыл бұрын
Chrome driver is very old in emulator 61.0.3163. Which link, I can download?
@prodbug108 Жыл бұрын
chromedriver.chromium.org/downloads
@haianjsc2319 Жыл бұрын
Thank you so much for the example. But I have a question: If I have a keyword and I want to search it in Android Chrome. The Chrome browser will return some results with related Titles and Links . I want to identify a certain link, which is set with my_link by the time. How can I do to identify the result I used : List searchResults = driver. findElements(By.xpath("//h3[@class='LC20lb MBeuO DKV0Md']/ancestor::a")); => but searchResults.size() is always = 0. It look like, appium is not support to search by seletor?
@prodbug108 Жыл бұрын
Its always trickier to use Web View from Appium....Have you tried to open same page using Selenium and see what size you get...if it works perfectly then try again with Appium