Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]: geoLocation changed to geolocation #538

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ The Geolocation Desired Capability sets the geographic location for web or mobil

To set the geolocation, use the following desired capability:

**geoLocation = "<Two-letter Country Code>"**
**geolocation = "<Two-letter Country Code>"**


### **Example:**

**geoLocation = "AR"**
**geolocation = "AR"**

Below is a list of countries with their corresponding two-letter country codes that can be used in the value field for the Geolocation desired capability:

Expand Down Expand Up @@ -97,10 +97,10 @@ Below is a list of countries with their corresponding two-letter country codes t
2. On the **Ad-Hoc Run** overlay, click **Desired Capabilities**.
![AdHoc Run](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Desired_Capabilities_AdHoc_Page.png)

3. Enter ***geoLocation*** in the **Key** field, select ***String*** as **Data type**, and set the **Value** as per country's country code.
3. Enter ***geolocation*** in the **Key** field, select ***String*** as **Data type**, and set the **Value** as per country's country code.
![Desired Capability](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Desired_Capabilities_GeoLocation.png)

4. Click **Run Now** to execute the test case.
![Run Now](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/RunNow_geoLocation.png)

---
---