Dominik Feininger
Dominik Feininger
Hi, since the `FilterBarItem` is not in DOM but just a "virtual" ui5 thing. wdi5 cannot use wdio to retrieve this control. @Siolto @vobu Further investigation is needed to provide...
@sangeeta298 can you please provide some feedback about the provided suggestion.
You can find working examples to retrieve an aggregation here: https://github.com/ui5-community/wdi5/blob/a4f7ef9568e5b15968f177e53a92c06e3f1c1c5d/examples/ui5-js-app/webapp/test/e2e/aggregation.test.js#L59 and here: https://github.com/ui5-community/wdi5/blob/a4f7ef9568e5b15968f177e53a92c06e3f1c1c5d/examples/ui5-js-app/webapp/test/e2e/prop-array.test.js#L33 The example contains a list in the `Other.view` with a test for it's items here: https://github.com/ui5-community/wdi5/blob/a4f7ef9568e5b15968f177e53a92c06e3f1c1c5d/examples/ui5-ts-app/test/e2e/pageObjects/Other.ts#L23
Hi, yep, I misunderstood your question. The sample is correct. Classic works on my machine ;) In my development setup the error you mentioned does not show up. Running MacOs...
Issue still exists
can you try using `interaction: "root"` as part of the selector?
it is expected to work like it is used in wdio https://v5.webdriver.io/docs/typescript.html