Desktop browser Automation

Welcome to Mobitru desktop browser autotests documentation!
Here, you can find information for automated testing in the desktop browsers.

At the current moment, we support the most popular browsers like:

Before testing

Please perform the initial configuration before starting test automation activities in the Mobitru.

Using Selenium you can test any website in Chrome, Firefox, Safari, Edge, Opera, Webkit, and Headless desktop browsers.
In Mobitru we support Selenium and related frameworks like Selenide.
For now, it has clients for many programming languages, which allows to use of the most popular frameworks like:

JUnit
TestNG
PyTest
RobotFramework
WebdriverIO
NUnit

Here is how to run the first test:

VIVIDUS is a test automation tool that provides already-implemented solution for testing the most popular application types, including websites.
The main approach is based on separate profiles for every browser type, which includes Chrome, Firefox, Safari, Edge and Opera.
More information regarding configuring of desktop browser profiles can be found here

Using ReportPortal you can easily aggregate and analyze your test execution reports for any web application and browser type.
You can find more information on how to configure your tests to start using ReportPortal here.
Additionally, you can attach a video recording to a report, which can be enabled in the browser session confirmation.
More details can be found in the following document: Video Recording.

Other documentation

We also support additional features that allow you to customize a browser session to use a specific locale, timezone, or even browser profile.
Also, you can run your autotest for websites located in closed environments.
More information can be found here:
Run tests for custom environment
Custom locale or timezone
Custom host aliases
Custom browser profile

Scroll to Top