I am currently automating one testCase for IOS, in which when I click on element to rate the app, it opens up the rating pop up, in which I am trying to confirm:
whether the pop up appears on clicking on the “Rate the app” element
Click on “Not now” to remove the pop up from the screen.
Does anyone knows how can I achieve these two task in IOS.
Are you using this in your script? Is it working? Because in my case I don’t have ‘id’ as ‘Not now’ or do you mean to add this type of code in my flutter app code?