How to call a function / Robotframework Keyword when appium detects a particular page
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.