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

[BUG]no Name prop in class PageGetByRoleOptions #2345

Closed
gitlsl opened this issue Oct 13, 2022 · 1 comment · Fixed by microsoft/playwright#18060
Closed

[BUG]no Name prop in class PageGetByRoleOptions #2345

gitlsl opened this issue Oct 13, 2022 · 1 comment · Fixed by microsoft/playwright#18060

Comments

@gitlsl
Copy link

gitlsl commented Oct 13, 2022

Context:

  • Playwright Version1.27.1
  • Operating System: win11
  • .NET version: .net 6
  • Browser: Chromium
  • Extra: [any specific details about your environment]

codegen will gen next code

page.GetByRole(AriaRole.Heading, new() { Name = "xxxxxxx" });

Name should be replace with NameString ?(no Name prop in class PageGetByRoleOptions)

@mxschmitt
Copy link
Member

Looks like the same as microsoft/playwright#17960

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 a pull request may close this issue.

2 participants