79165015

Date: 2024-11-07 04:24:39
Score: 1
Natty:
Report link

Try using

page.locator('//ui-input[@label="First Name"]/descendant::input')

as

page.getByLabel('First Name').getByRole('textbox'); is not working.

If this is also not working, Can you check if there is no iframe at the top level of this form?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: HemChe