|
| 1 | +--- |
| 2 | +id: ip-geolocation-on-real-devices-browser |
| 3 | +title: IP Geolocation on Real Devices Browser |
| 4 | +sidebar_label: IP Geolocation |
| 5 | +description: Test your app and website across real devices and browsers with LambdaTest. |
| 6 | + |
| 7 | +keywords: |
| 8 | + - change geolocation on real device |
| 9 | + - LambdaTest geolocation testing |
| 10 | + - simulate GPS location Browser |
| 11 | + - simulate GPS location Google Chrome |
| 12 | + - simulate GPS location Firefox |
| 13 | + - real device location testing |
| 14 | + - simulate GPS location |
| 15 | + - test app in different countries |
| 16 | + - framework on lambdatest |
| 17 | + - Browser testing appium |
| 18 | + - Browser testing |
| 19 | + - real devices |
| 20 | + - simulate GPS location Samsung Internet |
| 21 | + - simulate GPS location Microsoft Edge |
| 22 | + - simulate GPS location UC Browser Turbo |
| 23 | + - simulate GPS location Opera |
| 24 | + - simulate GPS location Yandex |
| 25 | +url: https://www.lambdatest.com/support/docs/ip-geolocation-on-real-devices-browser/ |
| 26 | +site_name: LambdaTest |
| 27 | +slug: ip-geolocation-on-real-devices-browser/ |
| 28 | +--- |
| 29 | + |
| 30 | +import CodeBlock from '@theme/CodeBlock'; |
| 31 | +import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys"; |
| 32 | + |
| 33 | +import Tabs from '@theme/Tabs'; |
| 34 | +import TabItem from '@theme/TabItem'; |
| 35 | + |
| 36 | +<script type="application/ld+json" |
| 37 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 38 | + "@context": "https://schema.org", |
| 39 | + "@type": "BreadcrumbList", |
| 40 | + "itemListElement": [{ |
| 41 | + "@type": "ListItem", |
| 42 | + "position": 1, |
| 43 | + "name": "Home", |
| 44 | + "item": "https://www.lambdatest.com" |
| 45 | + },{ |
| 46 | + "@type": "ListItem", |
| 47 | + "position": 2, |
| 48 | + "name": "Support", |
| 49 | + "item": "https://www.lambdatest.com/support/docs/" |
| 50 | + },{ |
| 51 | + "@type": "ListItem", |
| 52 | + "position": 3, |
| 53 | + "name": "Screen Reader on Real Devices App", |
| 54 | + "item": "https://www.lambdatest.com/support/docs/ip-geolocation-on-real-devices-browser" |
| 55 | + }] |
| 56 | + }) |
| 57 | + }} |
| 58 | +></script> |
| 59 | + |
| 60 | +Understanding how your website behaves across different geographies is essential for delivering a personalized and compliant user experience. Whether you're targeting region-specific pricing, content, or legal requirements, geolocation simulation is a critical part of cross-border testing. |
| 61 | + |
| 62 | +With LambdaTest’s Geolocation Change feature for Real Device Browsers, you can manually simulate a different country during a live browser testing session—on actual Android devices. This allows you to test how your mobile website responds to users from specific locations without using a VPN or emulator. |
| 63 | + |
| 64 | +## Update Geolocation for Real Devices on LambdaTest |
| 65 | + |
| 66 | +**Step 1:** Click on the **Real Devices** > **Browser Testing** |
| 67 | + |
| 68 | +**Step 2:** First, select the **web browser** you want to test on. Then, choose the real Android device you’d like to run the session on. |
| 69 | + |
| 70 | +**Step 3:** Once the session launches, open the **IP Geolocation** option from the top toolbar. |
| 71 | + |
| 72 | +<img loading="lazy" src={require('../assets/images/real-device-browser-testing/Real_device_browser_selection.jpg').default} className="doc_img"/> |
| 73 | + |
| 74 | +**Step 4:** Use the search bar to find the country or location you want to simulate. Select the desired location from the results. |
| 75 | + |
| 76 | +<img loading="lazy" src={require('../assets/images/real-device-browser-testing/Real_device_Browser_geolocation.jpg').default} className="doc_img"/> |
| 77 | + |
| 78 | +## Supported Web Browsers |
| 79 | + |
| 80 | + IP Geolocation is available on below Browsers : |
| 81 | + |
| 82 | +| Browser | |
| 83 | +|----------------------| |
| 84 | +|Google Chrome| |
| 85 | +|Firefox| |
| 86 | +|Samsung Internet| |
| 87 | +|Microsoft Edge| |
| 88 | +|UC Browser Turbo| |
| 89 | +|Opera| |
| 90 | +|Yandex| |
| 91 | + |
| 92 | +--- |
| 93 | + |
| 94 | +## Supported Country |
| 95 | + |
| 96 | +You can simulate geolocation for the following countries in LambdaTest's Real Device Browser Testing. Set the geolocation [country code](/support/docs/appium-ip-geolocation/#supported-ip-geolocations) if you want to enable the same in your test. |
| 97 | + |
| 98 | +--- |
| 99 | + |
| 100 | +## Use Cases |
| 101 | + |
| 102 | +- Validate localized content like pricing, languages, or offers |
| 103 | +- Test regional cookie consent banners or data privacy flows |
| 104 | +- Verify geo-targeted ads and tracking scripts |
| 105 | +- Check SEO rendering for different countries |
| 106 | +- Compliance with local regulations or restrictions |
0 commit comments