I seem to be having trouble with running my scripts on a real iOS device.
I have an iPhone 6 on iOS 12.4.3 and my scripts run fine on it. I have an iPhone 7 on iOS 13.3 and it is unable to find any element on the webpage.
I can open a webpage on both devices, the iPhone 6 can find an element on the page and click on it, but the iPhone 7 cannot see the element, the Test Results output says the driver.FindElement() function times out after 60 seconds.
I'm using Selenium.Webdriver 3.12.1 and Appium.Webdriver 3.0.0.2 I've tried updating selenium but I can't update appium, it's giving me an error but that's different problem.
Was there a change in iOS13 or something else that could be causing this time out? Is it fixable or do I need to update the Webdrivers?
Thanks in advance.