E
E
@dgozman does safari support read write permissions? how do we set them? as it fails with the above chromium settings
Yeah it’s fine not a big issue thanks
> @ZooDoo4U What do you mean by remap? You call `.getByTestId('whatever')` it searches for `data-testid=whatever`. If you need to search by something else, you can **customize** it. Like, customize pretty...
Don’t understand the issue here, you can have getbyTestId and getByID live side by side. It’s like you’re offending someone’s love child lol.
Id’s rarely change if ever so no idea why you think a locator that never changes is fragile. Unless you have a very static app, those locators are semi useless...
I like them too especially you can filter ect chaining them makes it easier then having to pass in a variable inside a locator. But not having ids from an...
Guys please upvote we need 20 more upvotes a total of 50 for some variation of getbyid method to be implemented, and put this dark history behind us lol. forward...
What do you mean? Older versions of playwright the recorder would grab locators like. Locator( div >> div >> something) now the recorder grabs. .getbytext .getbyrole( name: “foo”) it changed...
I don’t know if this is a bug, it seems like I said the strategy of dealing with elements was changed. These new methods don’t have a getbyid method. So...
@yury-s easiest way to reproduce would be click on a button that has an id. You will see the locator strategy will record it as. byRole(button, name: text) instead of...