First Steps with webmate
This article provides an overview of places to get started with webmate.
Project creation
To create a new project, you must have administrator permissions. If you do not have the required permissions, ask your administrator to create the project for you as described in the Create Projects article.
Devices
Learn to deploy your first device in webmate. Start testing manually or use the device in automated tests. For deployment details, see Deploy a Device . To start manual testing, see Create a Test Run .
The reference section contains more useful articles to get you started.
API
The API is available under https://app.webmate.io/api/v1.
Open the webmate API documentation (opens in a new tab)
for REST API details.
To create credentials, see Manage API Keys
.
Automated Testing
The selenium endpoint is https://selenium.webmate.io/wd/hub. Refer to Web Testing
and App Testing
to learn more about how to use webmate for automated testing.
SDK
You can also use the webmate SDKs during your free trial. Get started by downloading the sample projects for Java (opens in a new tab) and TypeScript (opens in a new tab) .
Support
If you have any questions, please contact us at welcome@testfabrik.com . For any inquiries regarding webmate packages and subscriptions, please contact sales@testfabrik.com .
URLs
| Purpose | URL |
|---|---|
| webmate | https://app.webmate.io (opens in a new tab) |
| Selenium Hub | https://selenium.webmate.io/wd/hub (opens in a new tab) |
| API Endpoint | https://app.webmate.io/api/v1 (opens in a new tab) |
| OpenAPI Docs | https://app.webmate.io/swagger (opens in a new tab) |
| Java SDK Samples | https://github.com/webmate-io/webmate-sdk-samples (opens in a new tab) |
| TypeScript SDK Samples | https://github.com/webmate-io/webmate-sdk-js-samples (opens in a new tab) |