I’m attempting to conduct web testing on a site that uses dynamic layout for mobile/desktop users and I’m struggling with testing the mobile version.
I’m using the recorder to setup the tests, then running them through BrowserStack. The site uses different divs for mobile and desktop, meaning the elements the tests are looking for aren’t visible and therefore they fail.
Is there a way of recording a test in mobile layout? I’ve tried using the console in Chrome to adjust the resolution, but the site styling doesn’t change.
Any help on this matter would be greatly appreciated!