I am currently running android test automation with appium, Robotframework and Python.
Scenario: A new feature has been implemented – App Pin. This page would show up after X seconds soon after the app opens. Now I need to adapt this new feature to all my existing test cases.
One way I can think is, Create a custom Robotframework keyword for app pin and use it where ever necessary. One thing I dont like about this approach is that I will be hardcoding the keyword according to the timing the App pin page is being showed up.
I was wondering if there is any other approach such that if appium itself detects that page, the keyword is called in?
Please let me know. Thank you!
Shetty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.