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

chore: support js Map, Set in protocol results #1376

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Sep 6, 2023

Upstream PR: microsoft/playwright#26730
Reference: #1353

@yury-s yury-s merged commit 4d91219 into microsoft:main Sep 6, 2023
16 of 19 checks passed

@Test
void shouldTransferMaps() {
assertEquals(mapOf(), page.evaluate("() => new Map([[1, { test: 42n }]])"));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yury-s Hi, does this mean playwright-java doesn't support transfering Map of Set??

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solved with this comment microsoft/playwright-python#2075 (comment),
thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants