Mobile Browser Testing - TestlumFramework/Testlum GitHub Wiki
📱 Mobile Browser Testing with Testlum
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.
⚠️ Important:
Please note that the following commands are not supported in mobile browser testing:
hotKey
doubleClick
Example:
<mobilebrowser comment="Test mobile browser behavior" threshold="500" condition="true" clearCookiesAfterExecution="false" clearLocalStorageByKey="test"> <input comment="Input user email" locator="login.email" value="[email protected]"/> </mobilebrowser>
This structure keeps your testing process consistent, organized and adaptable for mobile-specific scenarios!
📱 Running Mobile Browser Tests: Platforms and Methods
Explore different ways to run mobile browser tests: