Skip to content

Commit 1da3e8c

Browse files
updated a webpage note for geolocation ip testing
1 parent b6a0331 commit 1da3e8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-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 |

0 commit comments

Comments
 (0)