I am trying to run my WebUI tests on mobile web. According to https://docs.katalon.com/katalon-studio/docs/running_application_mobile_browsers.html I should be able to run the same tests on mobile web that I am developing for desktop web.
My test case is failing at the point where it tries to find the element on the page with a xpath. I inspected the element through web, but the test fails when ran on mobile web.
It says Caused by: org.openqa.selenium.InvalidArgumentException: invalid argument: Unsupported locator strategy: -android uiautomator
Can someone please help me with this issue.