Version 2.3.8
Location Support for TimeZone Capability 🚀​
HyperExecute has released an update for the location-based timezone capability.
With this exciting update, you can now use location names (e.g., "Kolkata") alongside UTC offsets. This empowers you to set precise timezones based on a user's location, ensuring a more seamless user experience.
note
This capability will work with Selenium, Playwright, Puppeteer, Cypress, and Appium, except for Espresso and XCUI frameworks.
Previously, you might have needed to use:
capabilities.setCapability("timezone", "UTC+05:30");
Now, you can simply set:
capabilities.setCapability("timezone", "Kolkata");
📕 Learn how to use timezone capability