You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/appium-rokutv.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ import TabItem from '@theme/TabItem';
51
51
## Tutorial To Run Your First Test On LambdaTest
52
52
53
53
54
-
In this topic, you will learn how to configure and run your **Roku TV** automation testing scripts with **Roku WebDriver** on **LambdaTest Real Device Cloud platform**.
55
-
54
+
In this topic, you will learn how to configure and run your **Roku TV** automation testing scripts with **Appium Roku WebDriver** on **LambdaTest Real Device Cloud platform**.
55
+
> To enable it for your organization, please contact us via <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**24×7 chat support**</span> or you can also drop a mail to **[email protected]**.<br />
56
56
---
57
57
58
58
## Objective
@@ -61,7 +61,7 @@ In this topic, you will learn how to configure and run your **Roku TV** automati
61
61
62
62
By the end of this topic, you will be able to:
63
63
64
-
1. Set up an environment for testing your Apps using **Roku TV** with **Roku WebDriver**.
64
+
1. Set up an environment for testing your Apps using **Roku TV** with [**Appium Roku WebDriver**](https://github.com/headspinio/appium-roku-driver).
65
65
2. Understand and configure the core capabilities required for your Roku WebDriver test suite.
66
66
3. Explore the advanced features of LambdaTest.
67
67
@@ -79,7 +79,13 @@ Before you can start performing App automation testing with Appium, you would ne
79
79
- You have access to LambdaTest username and accessKey. If you have not registered yet, you can do the same by visiting our [website](https://accounts.lambdatest.com/register). You will be able to access the credentials in the [LambdaTest Profile](https://accounts.lambdatest.com/detail/profile)
80
80
- Install the latest Python build from the [official website](https://www.python.org/downloads/). We recommend using the latest version.
81
81
- Make sure **pip** is installed in your system. You can install **pip** from [pip documentation](https://pip.pypa.io/en/stable/installation/).
You can find LambdaTest's python Roku client for your reference at [lt-python-roku-client](https://github.com/LambdaTest/lt-python-roku-client)
125
-
126
-
:::
127
128
128
129
### 3. Set up your authentication
129
130
@@ -236,10 +237,6 @@ if __name__ == "__main__":
236
237
237
238
You can update your custom capabilities in test scripts. In this sample project, we are passing platform name, platform version, device name and app url (generated earlier) along with other capabilities like build name and test name via capabilities object. The capabilities object in the sample code are defined as:
Copy file name to clipboardExpand all lines: docs/device-reservation.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ import TabItem from '@theme/TabItem';
44
44
45
45
# Device Reservation on Private Device Cloud
46
46
47
-
**LambdaTest Device Reservation** enables you to reserve private cloud devices in **advance**, ensuring uninterrupted access during critical testing windows. By scheduling devices ahead of time, teams can **prevent conflicts**, eliminate last-minute delays, and run both manual and automated tests with greater reliability. This becomes particularly valuable for time-sensitive releases, large-scale regression cycles, and continuous integration pipelines, where guaranteed device availability is essential.
47
+
**LambdaTest Device Reservation** enables users to reserve private cloud devices in **advance**, ensuring uninterrupted access during critical testing windows. By scheduling devices ahead of time, teams can **prevent conflicts**, eliminate last-minute delays, and run both manual and automated tests with greater reliability. This becomes particularly valuable for time-sensitive releases, large-scale regression cycles, and continuous integration pipelines, where guaranteed device availability is essential.
48
48
49
49
Beyond preventing scheduling conflicts, Device Reservation also helps organizations **optimize resource utilization**, enforce fair usage policies, and gain clearer visibility into device allocation across teams, leading to more efficient and predictable testing operations.
0 commit comments