From b71b25c36a38399d63f1a1c527ba776e1227a5ad Mon Sep 17 00:00:00 2001 From: Isha vyas <72408461+Ishavyas9@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:53:40 +0530 Subject: [PATCH 1/2] Merge pull request #1530 from amanchopra1905/bulk-updates updating the visual capability --- docs/lambdatest-selenium-advance-capabilities.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lambdatest-selenium-advance-capabilities.md b/docs/lambdatest-selenium-advance-capabilities.md index 543b242d5..cf292463f 100644 --- a/docs/lambdatest-selenium-advance-capabilities.md +++ b/docs/lambdatest-selenium-advance-capabilities.md @@ -40,9 +40,9 @@ 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 | +| `visual` | true, false | Command by command screenshots will be recorded at each test step. By default the flag is set as off.
**Note:** 1. Test execution time will increase if it’s set as `true`.
            2. This capability will only take total of 150 screenshots, after that you will have to use screenshot command.
`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 | +| `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 | | `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 | From d7dc1e5a259270a9e7aa58a66a4880029e639362 Mon Sep 17 00:00:00 2001 From: Isha vyas <72408461+Ishavyas9@users.noreply.github.com> Date: Wed, 23 Apr 2025 13:51:34 +0530 Subject: [PATCH 2/2] Merge pull request #1532 from amanchopra1905/stage updated a bug --- docs/assembla-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assembla-integration.md b/docs/assembla-integration.md index 7a3fb9f5c..10f173add 100644 --- a/docs/assembla-integration.md +++ b/docs/assembla-integration.md @@ -102,5 +102,5 @@ LambdaTest integrates with Assembla, allowing users to file issues directly from -> That was all you need to know for LambdaTest + BugHerd Integration. Increase your productivity with our integrations. If you still have any questions for us, please feel free to let us know. Our experts are always available on  window.openLTChatWidget()}>**chat** to help you out with any roadblock. +> That was all you need to know for LambdaTest + Assembla Integration. Increase your productivity with our integrations. If you still have any questions for us, please feel free to let us know. Our experts are always available on  window.openLTChatWidget()}>**chat** to help you out with any roadblock.