jzaratei

Results 5 comments of jzaratei

Hi! I uploaded a gist with the xml definition and a file example https://gist.github.com/jzaratei/f08cab2b15bdb04ae9b92fbec5591129

If any is interesting, here is a workaround on IOSManager, for adding UDID devices from iphone X onwards. It uses the "idevice_id --list" command from libimobiledevice library to get all...

I got an e2e scenario where I need to select some cards, lets call it _homeCardsPage_ (parent). Then I need to check (assert) those cards selected in two different pages:...

In homeCardPage, which is the first page, where the app display the cards, for the user to select them.

Yeah, I am refactoring my page objects and now it seems to work as expected. Thank for this upgrade!