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 | 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?