Skip to content

Commit ad1da6d

Browse files
authored
Merge pull request #1465 from amanchopra1905/stage
updated the tunnel binary links and Geolocation IP webpage
2 parents 62a99ba + 1da3e8c commit ad1da6d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/selenium-geolocation-capabilities.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ You cannot perform Geolocation testing with locally hosted web applications usin
5555
|-----|--------|-------------------------|-------|------------|---------|-----------------|
5656
| `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
5757

58+
59+
> **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).
60+
5861
You can perform Selenium automation testing from the below-listed countries.
5962

6063
| Country | Country Codes |

docs/testing-locally-hosted-pages.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,24 @@ LambdaTest Tunnel offers numerous benefits for web developers, testers, and QA p
5858
- **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.
5959
- **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.
6060

61+
## Download the Tunnel Binary
62+
You can download the Tunnel Binary as per your respective machine architecture from the links given below :
63+
64+
| Platform | Download Link |
65+
|----------|---------------|
66+
| Windows/AMD64 | https://downloads.lambdatest.com/tunnel/v3/windows/amd64/LT.exe |
67+
| Windows/386 | https://downloads.lambdatest.com/tunnel/v3/windows/386/LT.exe |
68+
| Linux/AMD64 | https://downloads.lambdatest.com/tunnel/v3/linux/amd64/LT |
69+
| Linux/ARM64 | https://downloads.lambdatest.com/tunnel/v3/linux/arm64/LT |
70+
| Linux/386 | https://downloads.lambdatest.com/tunnel/v3/linux/386/LT |
71+
| Darwin/AMD64 | https://downloads.lambdatest.com/tunnel/v3/mac/amd64/LT |
72+
| Darwin/ARM64 | https://downloads.lambdatest.com/tunnel/v3/mac/arm64/LT |
73+
| Darwin/386 | https://downloads.lambdatest.com/tunnel/v3/mac/386/LT |
74+
| FreeBSD/AMD64 | https://downloads.lambdatest.com/tunnel/v3/freebsd/amd64/LT |
75+
| FreeBSD/ARM64 | https://downloads.lambdatest.com/tunnel/v3/freebsd/arm64/LT|
76+
| FreeBSD/A386 | https://downloads.lambdatest.com/tunnel/v3/freebsd/386/LT |
77+
| Solaris/AMD64 | https://downloads.lambdatest.com/tunnel/v3/solaris/amd64/LT |
78+
6179
## How to Connect LambdaTest Tunnel?
6280

6381
<div className="ytframe">

0 commit comments

Comments
 (0)