Aleksei

Results 13 comments of Aleksei

I have no problem with Maven project and using ``` org.slf4j slf4j-nop org.slf4j slf4j-jdk14 org.slf4j slf4j-api ```

subsequent try with: brew install ideviceinstaller - helped!

what about reset app as part of test NOT driver start? It really easy and fast for Android. With iOS it needs reinstall. for iOS it works for me: removeApp...

why not use ``` @iOSXCUITFindAll(value = { @iOSXCUITBy(id = "addContact"), @iOSXCUITBy(id = "addNewButton") }) @AndroidFindAll(value = { @AndroidBy(id = "add_new_payee_button_constraint_layout"), // new in 5.18 release @AndroidBy(id = "payments_add_new_floating_button"), @AndroidBy(id =...

not nice but maybe relay on custom "[Feature - XXXXX]" pattern in describe?

yes! and ability to set it initial state in config.

you can try also predicate but hardly it will work also ``` iOSNsPredicate = "type == 'XCUIElementTypeSearchField' AND name == 'Search' AND visible == 1" ``` BTW you have only...

+1 same issue. interesting that element search continues to work on problematic screen e.g. ``` [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8002/session/F51E4BA2-4412-4566-950F-DFD9CE3A9699/elements] with body: {"using":"id","value":"xxxxx"} [HTTP]

@ilendemli there is also capability ``` // https://appiumpro.com/editions/61-how-to-accurately-select-webviews-using-the-fullcontextlist-capability .setFullContextList(true) ``` see https://appium.github.io/appium-xcuitest-driver/latest/reference/capabilities/ -> `appium:fullContextList`

Try use `normalizeTagNames` settings https://github.com/appium/appium-uiautomator2-driver