Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created October 31, 2020 19:22
Show Gist options
  • Save angiejones/e696448ca66e1644ca3347d567605cba to your computer and use it in GitHub Desktop.
Save angiejones/e696448ca66e1644ca3347d567605cba to your computer and use it in GitHub Desktop.
Uses Selenium 4 CDP APIs to mock timezone in browser
public void overrideTimezone(){
DevTools devtools = driver.getDevTools();
devtools.send(setTimezoneOverride("Europe/London"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment