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/lambda-hooks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,6 @@ Below is the representation of the available Lambda Hooks along with the functio
69
69
| *lambda_unbound_ping* | Fetches the IPs from the outbound domain.<br/>`driver.executeScript("lambda-unbound-ping=lambdatest.com");`
70
70
| *lambda:network* | Fetches the network log entries in array format during session.<br/><br/>`driver.execute_script("lambda:network");`- Fetch the network log from last fetch request time to current time.<br/><br/>`driver.execute_script("lambda:network=all");`- Fetch from start of test session to current time.
71
71
|*lambdaUpdateName*| Sets the test name during test execution.<br/><br/>`driver.executeScript("lambdaUpdateName=TestName");`|
72
-
|*lambda-test-tags*| Dynamically update your test tags for a test session which can be used to organize and filter your test results. <br /> **Syntax :**`driver.executeScript("lambda-test-tags=Tag 1,Tag 3Jan,Tag 2");` <br /> <br /> **Limitations :** <br /> **1. Maximum Character Length per Tag:** Each tag can have up to 50 characters. <br /> **2. Maximum Number of Tags:** A maximum of 15 tags can be assigned to a single test session. |
72
+
|*lambda-test-tags*| Dynamically update your test tags for a test session which can be used to organize and filter your test results. <br /> **Syntax :**`driver.executeScript("lambda-test-tags", "Tag 1,Tag 3,Tag 2");` <br /> <br /> **Limitations :** <br /> **1. Maximum Character Length per Tag:** Each tag can have up to 50 characters. <br /> **2. Maximum Number of Tags:** A maximum of 15 tags can be assigned to a single test session. |
73
73
74
74
> **Note**: These hooks will only work if you're connected to your [LambdaTest Hub URL](/support/docs/hyperexecute-general-faqs/#17-how-can-i-access-my-lambdatest-hub-url). If you use these hooks on any other platform, you might see the error: `javascript error: Invalid left-hand side in assignment`
Copy file name to clipboardExpand all lines: docs/supported-appium-versions-on-emulator-simulator.md
+47-21Lines changed: 47 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,27 @@ LambdaTest offers a powerful and reliable cloud-based platform for testing mobil
53
53
## 1. App Testing on Android and iOS
54
54
Mobile app testing on LambdaTest emulators and simulators allows developers to ensure their applications perform as expected across multiple Android and iOS versions. Below are the supported versions for app testing.
55
55
56
-
The following table lists the supported versionsn of Appium for Emulators (Android) and Simulators (iOS).
56
+
### 1.1 Supported Android Versions for App Testing
57
+
The following table lists the Android versions supported for app testing, along with the corresponding Appium versions.
For mobile web testing, LambdaTest supports various Android <!--and iOS device--> versions, ensuring that your web applications are responsive and compatible with different browsers and devices. Below are the supported versions for web testing.
@@ -73,14 +83,30 @@ The following table lists the Android versions supported for web testing, along
0 commit comments