Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/selenium-geolocation-capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ You cannot perform Geolocation testing with locally hosted web applications usin
|-----|--------|-------------------------|-------|------------|---------|-----------------|
| `geoLocation` | Example: US | This capability helps you to perform Selenium automation testing from different countries. <br/>`capabilities.setCapability("geoLocation","US");` |geo | String |`capabilities.setCapability("geoLocation","US");`|Case Sensitive <br/>Invalid location error


> **NOTE :** You can verify whether your geolocation IP address is working or not via [MaxMind's GeoIP Web Services](https://www.maxmind.com/en/geoip-web-services-demo).

You can perform Selenium automation testing from the below-listed countries.

| Country | Country Codes |
Expand Down
18 changes: 18 additions & 0 deletions docs/testing-locally-hosted-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,24 @@ LambdaTest Tunnel offers numerous benefits for web developers, testers, and QA p
- **Cost Effective :** With LambdaTest Tunnel, you can test your web applications or websites, local folder, and files across a wide range of browsers and operating systems without setting up complex and expensive local testing environments.
- **Test on Real Environment :** It lets you test your locally hosted web applications or websites on cloud-based real OS machines. You can even run accessibility tests on desktop browsers while testing locally hosted web applications and pages.

## Download the Tunnel Binary
You can download the Tunnel Binary as per your respective machine architecture from the links given below :

| Platform | Download Link |
|----------|---------------|
| Windows/AMD64 | https://downloads.lambdatest.com/tunnel/v3/windows/amd64/LT.exe |
| Windows/386 | https://downloads.lambdatest.com/tunnel/v3/windows/386/LT.exe |
| Linux/AMD64 | https://downloads.lambdatest.com/tunnel/v3/linux/amd64/LT |
| Linux/ARM64 | https://downloads.lambdatest.com/tunnel/v3/linux/arm64/LT |
| Linux/386 | https://downloads.lambdatest.com/tunnel/v3/linux/386/LT |
| Darwin/AMD64 | https://downloads.lambdatest.com/tunnel/v3/mac/amd64/LT |
| Darwin/ARM64 | https://downloads.lambdatest.com/tunnel/v3/mac/arm64/LT |
| Darwin/386 | https://downloads.lambdatest.com/tunnel/v3/mac/386/LT |
| FreeBSD/AMD64 | https://downloads.lambdatest.com/tunnel/v3/freebsd/amd64/LT |
| FreeBSD/ARM64 | https://downloads.lambdatest.com/tunnel/v3/freebsd/arm64/LT|
| FreeBSD/A386 | https://downloads.lambdatest.com/tunnel/v3/freebsd/386/LT |
| Solaris/AMD64 | https://downloads.lambdatest.com/tunnel/v3/solaris/amd64/LT |

## How to Connect LambdaTest Tunnel?

<div className="ytframe">
Expand Down
Loading