robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

No switch window keyword to automate Store App on Windows 10

Open watarus-nt opened this issue 7 years ago • 2 comments

Hi,

I checked out all your keywords (version 1.4.5) and didn't see any keyword to handle application which has multiple windows (the application under test is a Store App on Windows 10).

My testing application opens a new window after clicking to a particular button and Appium can't find any element on new window unless we use switchTo().Windows(window_handle) method (from appium library) as below

        window_handles = self.driver.window_handles
        self.driver.switch_to.window(window_handles[0])
        self.driver.find_element_by_accessibility_id('button-bookmark').click()

Could you please let me know how to do the same thing with current AppiumLibrary keywords? Or could you please consider to add a new keyword for this?

Many thanks!

watarus-nt avatar Sep 26 '17 11:09 watarus-nt

any update on this or any alternative options to replicate this function?

vvelusamy1 avatar Nov 23 '20 03:11 vvelusamy1

Same question

sfdcselenium01 avatar Sep 23 '22 18:09 sfdcselenium01