I am using appium + protractor + selenium to automate the tests and I have this menu from the first code example, but when I click on the second example command, nothing happens.
Is this how you “chain” classes in these selectors? I always forget…
Can you just give the button an id attribute and use that one?
Or use an xpath selector that your browser’s dev tools would give you for that button?
Is that button actually there in the generated and rendered output with these classes? Ionic does strange things sometimes.