From b6a03313f3531197b2d6b44ff8c864e3ab17a4c9 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 28 Mar 2025 16:53:57 +0530 Subject: [PATCH 1/2] updated the tunnel binary links --- docs/testing-locally-hosted-pages.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/testing-locally-hosted-pages.md b/docs/testing-locally-hosted-pages.md index 0add160ed..0bedef3b3 100644 --- a/docs/testing-locally-hosted-pages.md +++ b/docs/testing-locally-hosted-pages.md @@ -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?
From 1da3e8cc3674b707c93dbf51ddb55d2f63d0a101 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 28 Mar 2025 17:00:54 +0530 Subject: [PATCH 2/2] updated a webpage note for geolocation ip testing --- docs/selenium-geolocation-capabilities.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/selenium-geolocation-capabilities.md b/docs/selenium-geolocation-capabilities.md index a7f2e9ca6..358a385b5 100644 --- a/docs/selenium-geolocation-capabilities.md +++ b/docs/selenium-geolocation-capabilities.md @@ -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.
`capabilities.setCapability("geoLocation","US");` |geo | String |`capabilities.setCapability("geoLocation","US");`|Case Sensitive
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 |