enter image description here
I am trying to click Mozilla radio button with the help of getbyrole checkbox
await expect(page.getByRole(“radio”, {name : ” Mozilla”})).click()
Everytime I am getting locator.Can anyone suggest what went wrong here
await expect(page.getByRole(“radio”, {name : ” Mozilla”})).click()
New contributor
shivanshu agrawal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.