Playwright’s actionability checks: is the element visible, enabled (not disabled), stable (animation finished)? It waits until all conditions are met, then clicks.
This means that if a button starts out disabled and becomes enabled after some time, you can simply call click() without writing any extra code — Playwright handles the rest.
page is available. Click the Action button.