-
Notifications
You must be signed in to change notification settings - Fork 3
Mobile Browser Testing
Bohdan Shakhov edited this page May 6, 2025
·
2 revisions
Testlum allows you to perform mobile browser testing just like web testing — the commands and their usage remain consistent.
The only difference is that all mobile-specific actions need to be wrapped inside the mobilebrowser tag.
Please note that the following commands are not supported in mobile browser testing:
hotKeydoubleClick
<mobilebrowser comment="Test mobile browser behavior" threshold="500" condition="true" clearCookiesAfterExecution="false" clearLocalStorageByKey="test"> <input comment="Input user email" locator="login.email" value="test@testlum.com"/> </mobilebrowser>
This structure keeps your testing process consistent, organized and adaptable for mobile-specific scenarios!
Explore different ways to run mobile browser tests: