From 95da104a09fc0b321c8582021a6b901243c384ed Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Thu, 28 Nov 2024 23:39:58 +0530 Subject: [PATCH] updated the docs --- docs/lambdatest-selenium-advance-capabilities.md | 12 ++++++------ docs/real-time-upload-and-download-files.md | 4 ++-- docs/troubleshooting-lambda-tunnel.md | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/lambdatest-selenium-advance-capabilities.md b/docs/lambdatest-selenium-advance-capabilities.md index e3f97adb3..2071da574 100644 --- a/docs/lambdatest-selenium-advance-capabilities.md +++ b/docs/lambdatest-selenium-advance-capabilities.md @@ -39,11 +39,11 @@ slug: lambdatest-selenium-advance-capabilities/ | Key | Values | Capability Description | Default Value | Alias | Value Type | Example | Possible Errors | |-----|--------|-------------------------|---------------|-------|------------|---------|-----------------| -| `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.
If you turn the video flag off, then for Java, it may provide the below piece of code in the capabilities class.
`capabilities.setCapability("video",false);` | TRUE | |Boolean |`capabilities.setCapability(""video"",false);` |Case Sensitive
Unable to generate video
Video is not playing in video player | -| `visual` | true, false | Command by command screenshots will be recorded at each test step. By default the flag is set as off.
**Note:** test execution time will increase if it’s set as ‘true’.
`capabilities.setCapability("visual",true)`;|FALSE |debug |Boolean |`capabilities.setCapability(""visual"",true);` |Case sensitive
Unable to generate screenshot
Screenshot is broken | -| `network` |true, false | Captures a recording for network packets while the test gets executed. By default, the network flag is set as false.
**Note**: test execution time will increase if it’s set as ‘true’.
`capabilities.setCapability("network",true)`;
| FALSE |networkLogs |Boolean |`capabilities.setCapability(""network"",true);` |Case sensitive
Network logs not supported| -| `console` | true, false | JavaScript logs will be recorded for the test. By default, it is set as false.
**Note:** test execution time will increase if it’s set as ‘true’.
`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
No error found
Not supported on this browser | -| `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.
`capabilities.setCapability("tunnel",true);`
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);`
Find more about LambdaTest Tunnel from our documentation to test on locally hosted web applications. |Case Sensitive
Tunnel not running | +| `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.
If you turn the video flag off, then for Java, it may provide the below piece of code in the capabilities class.
`capabilities.setCapability("video",false);` | TRUE | |Boolean |`capabilities.setCapability(""video"",false);` |Case Sensitive
Unable to generate video
Video is not playing in video player | +| `visual` | Boolean | Command by command screenshots will be recorded at each test step. By default the flag is set as off.
**Note:** test execution time will increase if it’s set as ‘true’.
`capabilities.setCapability("visual",true)`;|FALSE |debug |Boolean |`capabilities.setCapability(""visual"",true);` |Case sensitive
Unable to generate screenshot
Screenshot is broken | +| `network` |Boolean | Captures a recording for network packets while the test gets executed. By default, the network flag is set as false.
**Note**: test execution time will increase if it’s set as ‘true’.
`capabilities.setCapability("network",true)`;
| FALSE |networkLogs |Boolean |`capabilities.setCapability(""network"",true);` |Case sensitive
Network logs not supported| +| `console` | Boolean | JavaScript logs will be recorded for the test. By default, it is set as false.
**Note:** test execution time will increase if it’s set as ‘true’.
`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
No error found
Not supported on this browser | +| `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.
`capabilities.setCapability("tunnel",true);`
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);`
Find more about LambdaTest Tunnel from our documentation to test on locally hosted web applications. |Case Sensitive
Tunnel not running | | `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
`capabilities.setCapability("tunnelName","your desire tunnel name")`;| |localName |String |`capabilities.setCapability("tunnelName","your desire tunnel name");` |Case Sensitive
Tunnel not running
Tunnel Name not exists | | `timezone` | Example: UTC+07:00 | Represents the custom timezone you select for executing a test.
`capabilities.setCapability("timezone","UTC+07:00")`; | UTC+00:00| |String |`capabilities.setCapability("timezone","UTC+07:00");` |Case sensitive
Timezone not supported by OS
Timezone is different | -| `verboseWebDriverLogging` | true, fasle | To enable detailed Selenium logs to debug issues of your application using detailed insights including command execution, communication with the browser, and responses.
`verboseWebDriverLogging: true` | FALSE \ No newline at end of file +| `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.
`capabilities.setCapability("verboseWebDriverLogging", true)` | FALSE | \ No newline at end of file diff --git a/docs/real-time-upload-and-download-files.md b/docs/real-time-upload-and-download-files.md index d6ce44e4e..8a406de43 100644 --- a/docs/real-time-upload-and-download-files.md +++ b/docs/real-time-upload-and-download-files.md @@ -152,9 +152,9 @@ The Upload and Download Files feature allows you to manage files directly within | File Type | Supported Formats | Maximum File Size | |-----------|-------------------|-------------------| -| Image | JPG, JPEG, PNG, GIF, BMP | 15 MB | +| Image | JPG, JPEG, PNG, GIF, BMP, DCM, STL, SIF | 15 MB | | Video | MP4, MOV, 3GP | 15 MB | -| Non-media | XLS, XLSX, DOC, DOCX, PDF, CSV, TXT, PPT, Contacts | 15 MB | +| Non-media | XLS, XLSX, DOC, DOCX, PDF, CSV, TXT, PPT, Contacts, Zip, CER, PFX | 15 MB | diff --git a/docs/troubleshooting-lambda-tunnel.md b/docs/troubleshooting-lambda-tunnel.md index 85542edc9..a8f4a8d1c 100644 --- a/docs/troubleshooting-lambda-tunnel.md +++ b/docs/troubleshooting-lambda-tunnel.md @@ -101,10 +101,10 @@ If you are testing a server that requires IP whitelisting, then you just have to `http://ts.lambdatest.com/`
-- 199.58.84.59 - US East -- 23.82.88.184 - US West -- 23.106.34.219 - EU -- 23.106.54.77 - India +- 199.58.84.59 +- 23.82.88.184 +- 23.106.34.219 +- 23.106.54.77 :::note Below are IPs that will be deprecated soon