[QUESTION] How can I change timezone using nodriver? #2210
Unanswered
juanfrilla
asked this question in
Q&A
Replies: 1 comment
-
Try using something like this: await tab.send(cdp.emulation.set_timezone_override(timezone_id="UTC")) From CDP documentation, You can find a list of all TZ Identifier here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I change the timezone of nodriver? I can see this method
set_timezone_override
but I don't know how to use it, I'd appreciate If someone can provide me an exampleBeta Was this translation helpful? Give feedback.
All reactions