Auto81

Results 14 comments of Auto81

> > I have win app driver working with appium java client 9.0.0 and selenium java 4.14.1. > > What error are you getting? > > But how do you...

Does trying the following style yield any different results? ``` @AndroidFindAll({ @AndroidBy(id = "widget1"), @AndroidBy(id = "widget2") }) private SomeWidget widget; @AndroidFindAll({ @AndroidBy(id = "element1"), @AndroidBy(id = "element2") }) private...

Infact, just level 1 is broke for me, you can skip to level 2 and it works