We’ve started to make all tests with Page Model Pattern and so far so good , but when we have to
run the tests against Galaxy S7 and Nexus 5x we faced a problem with not object out of the screen. These object cause exceptions not found because element is out of the visible area and PageFactory cannot find the element.
How we could run tests on multiple devices with this pattern and keep AndroidFindBy or iOSFindBy?
The test project is using java client, JUnit and many other libs .