Open
Bug 2015657
Opened 1 month ago
Updated 12 days ago
WebDriver Bidi does not emulate timezone in workers
Categories
(Remote Protocol :: WebDriver BiDi, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: aslushnikov, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m20])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
Steps to reproduce:
- Downstream Playwright bug: https://github.com/microsoft/playwright/issues/38919
- Downstream playwright test: https://github.com/microsoft/playwright/blob/d91dce9170eeec4de22ed4731dce25b26b58c29f/tests/library/browsercontext-timezone-id.spec.ts#L119
Reproduction:
- clone playwright repo: git clone https://github.com/microsoft/playwright
- remove the line #120 in
tests/library/browsercontext-timezone-id.spec.ts- theit.failexpectation. - Run the test with Firefox Bidi:
npm run biditest browsercontext-timezone-id:119 -- --project moz-firefox-nightly-library
Actual results:
The test fails because WebDriver bidi does not emulate timezone in workers.
Expected results:
WebDriver should emulate timezone in workers. The test should pass.
Comment 1•1 month ago
|
||
For timezone emulation to be picked up by the workers, we have to implement the logic of updating the timezone in the realm of the existing and new workers.
Status: UNCONFIRMED → NEW
Component: Untriaged → WebDriver BiDi
Ever confirmed: true
Product: Firefox → Remote Protocol
Updated•1 month ago
|
Severity: -- → S3
Points: --- → 5
Priority: -- → P3
Whiteboard: [webdriver:m20]
Updated•19 days ago
|
Priority: P3 → P2
Updated•12 days ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•