79119973

Date: 2024-10-23 23:23:40
Score: 1
Natty:
Report link
await Page.GetByRole(AriaRole.Cell, new() { Name = "Steve" }).GetByRole(AriaRole.Textbox).FocusAsync();
await Page.GetByRole(AriaRole.Cell, new() { Name = "Mark" }).GetByRole(AriaRole.Textbox).FillAsync();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wang Chris