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
|`video`|Boolean| By default, the video is set as true. This capability helps in video recording of the complete screen while the test gets executed. You can record maximum up to 10 minutes. In case you need to turn off the video recording, you can do so by turning off the button on our Desired Capabilities Generator. <br/>If you turn the video flag off, then for Java, it may provide the below piece of code in the capabilities class. <br/>`capabilities.setCapability("video",false);`| TRUE ||Boolean |`capabilities.setCapability(""video"",false);`|Case Sensitive <br />Unable to generate video <br/>Video is not playing in video player |
43
-
|`visual`|Boolean| Command by command screenshots will be recorded at each test step. By default the flag is set as off. <br/>**Note:** test execution time will increase if it’s set as ‘true’. <br/>`capabilities.setCapability("visual",true)`;|FALSE |debug |Boolean |`capabilities.setCapability(""visual"",true);`|Case sensitive <br />Unable to generate screenshot <br/>Screenshot is broken |
44
-
|`network`|Boolean| Captures a recording for network packets while the test gets executed. By default, the network flag is set as false. <br/>**Note**: test execution time will increase if it’s set as ‘true’. <br/>`capabilities.setCapability("network",true)`; <br /> | FALSE |networkLogs |Boolean |`capabilities.setCapability(""network"",true);`|Case sensitive <br />Network logs not supported|
45
-
|`console`|Boolean| JavaScript logs will be recorded for the test. By default, it is set as false. <br/>**Note:** test execution time will increase if it’s set as ‘true’. <br/>`capabilities.setCapability("console",true)```; | FALSE |Capture browser console errors |String |Javascript logs will be recorded for the test. By default, it is set as false. `capabilities.setCapability("console","disable");`|Case Sensitive <br/>No error found <br />Not supported on this browser |
46
-
|`tunnel`|Boolean| To test your locally hosted web application with Lambda Tunnel, which establishes an SSH(Secure Shell) connection between your system and our cloud servers. By default, the tunnel flag, will be set as false. <br/>`capabilities.setCapability("tunnel",true);` <br/>Find more about Lambda Tunnel from our documentation to test on [locally hosted web applications.](/docs/testing-locally-hosted-pages/)| FALSE |local |Boolean |`capabilities.setCapability("tunnel",true);`<br/> Find more about LambdaTest Tunnel from our documentation to test on locally hosted web applications. |Case Sensitive <br/>Tunnel not running |
42
+
|`video`|true, false| By default, the video is set as true. This capability helps in video recording of the complete screen while the test gets executed. You can record maximum up to 10 minutes. In case you need to turn off the video recording, you can do so by turning off the button on our Desired Capabilities Generator. <br/>If you turn the video flag off, then for Java, it may provide the below piece of code in the capabilities class. <br/>`capabilities.setCapability("video",false);`| TRUE ||Boolean |`capabilities.setCapability(""video"",false);`|Case Sensitive <br />Unable to generate video <br/>Video is not playing in video player |
43
+
|`visual`|true, false| Command by command screenshots will be recorded at each test step. By default the flag is set as off. <br/>**Note:** test execution time will increase if it’s set as ‘true’. <br/>`capabilities.setCapability("visual",true)`;|FALSE |debug |Boolean |`capabilities.setCapability(""visual"",true);`|Case sensitive <br />Unable to generate screenshot <br/>Screenshot is broken |
44
+
|`network`|true, false| Captures a recording for network packets while the test gets executed. By default, the network flag is set as false. <br/>**Note**: test execution time will increase if it’s set as ‘true’. <br/>`capabilities.setCapability("network",true)`; <br /> | FALSE |networkLogs |Boolean |`capabilities.setCapability(""network"",true);`|Case sensitive <br />Network logs not supported|
45
+
|`console`|true, false| JavaScript logs will be recorded for the test. By default, it is set as false. <br/>**Note:** test execution time will increase if it’s set as ‘true’. <br/>`capabilities.setCapability("console",true)```; | FALSE |Capture browser console errors |String |Javascript logs will be recorded for the test. By default, it is set as false. `capabilities.setCapability("console","disable");`|Case Sensitive <br/>No error found <br />Not supported on this browser |
46
+
|`tunnel`|true, false | To test your locally hosted web application with Lambda Tunnel, which establishes an SSH(Secure Shell) connection between your system and our cloud servers. By default, the tunnel flag, will be set as false. <br/>`capabilities.setCapability("tunnel",true);` <br/>Find more about Lambda Tunnel from our documentation to test on [locally hosted web applications.](/docs/testing-locally-hosted-pages/)| FALSE |local |Boolean |`capabilities.setCapability("tunnel",true);`<br/> Find more about LambdaTest Tunnel from our documentation to test on locally hosted web applications. |Case Sensitive <br/>Tunnel not running |
47
47
|`tunnelName`| Your desire tunnel name | To provide the tunnel identifier in your test suite capability when user wants to execute the test through a particular tunnel <br/>`capabilities.setCapability("tunnelName","your desire tunnel name")`;||localName |String |`capabilities.setCapability("tunnelName","your desire tunnel name");`|Case Sensitive <br/>Tunnel not running <br />Tunnel Name not exists |
48
48
|`timezone`| Example: UTC+07:00 | Represents the custom timezone you select for executing a test. <br/>`capabilities.setCapability("timezone","UTC+07:00")`; | UTC+00:00||String |`capabilities.setCapability("timezone","UTC+07:00");`|Case sensitive <br/> Timezone not supported by OS <br />Timezone is different |
49
-
|`verboseWebDriverLogging`|Boolean | To enable detailed Selenium logs to debug issues of your application using detailed insights including command execution, communication with the browser, and responses. <br />`capabilities.setCapability("verboseWebDriverLogging", true)`| FALSE |
49
+
|`verboseWebDriverLogging`|true, false | To enable detailed Selenium logs to debug issues of your application using detailed insights including command execution, communication with the browser, and responses. <br />`capabilities.setCapability("verboseWebDriverLogging", true)`| FALSE || Boolean |`capabilities.setCapability("verboseWebDriverLogging", true)`|
Copy file name to clipboardExpand all lines: docs/real-time-upload-and-download-files.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,10 +166,10 @@ The Upload and Download Files feature allows you to manage files directly within
166
166
</TabItem>
167
167
</Tabs>
168
168
169
-
:::note
169
+
:::info
170
170
-**Number of File Uploads per Session :** You can upload 5 files max per testing session.
171
171
172
172
-**File Storage Duration :** All files uploaded to Lambdatest servers, whether media or non-media, will be retained for a period of 30 days. After this period, the files will be automatically purged from the servers.
173
173
174
-
-**Non-Media File Considerations for iOS :** For non-media files on iOS, it is imperative to ensure that the iOS app has the `UIFileSharingEnabled` and `LSSupportsOpeningDocumentsInPlace` keys set to `true` in the `Info.plist` file.
174
+
<!-- - **Non-Media File Considerations for iOS :** For non-media files on iOS, it is imperative to ensure that the iOS app has the `UIFileSharingEnabled` and `LSSupportsOpeningDocumentsInPlace` keys set to `true` in the `Info.plist` file.-->
Copy file name to clipboardExpand all lines: docs/troubleshooting-lambda-tunnel.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,12 +123,11 @@ If you are testing a server that requires IP whitelisting, then you just have to
123
123
- 23.106.34.219
124
124
- 23.106.54.77
125
125
126
-
:::note
127
-
Below are IPs that will be deprecated soon
128
-
- 3.214.241.254
129
-
- 52.36.84.247
130
-
- 13.126.37.58
131
-
- 3.66.78.89
126
+
> Below are IPs that will be deprecated soon
127
+
> - 3.214.241.254
128
+
> - 52.36.84.247
129
+
> - 13.126.37.58
130
+
> - 3.66.78.89
132
131
133
132
However be advised, as we are aggressively adding more and more data centers, these IP would be changed, you can see the updated IP’s on this documentation as well.
0 commit comments