Auto81
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...
same
Infact, just level 1 is broke for me, you can skip to level 2 and it works