You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like in the ts playwright, playwright generates event based overloads for the methods, the same in the python is possible with @overload and would help in type checking and also provide excellent autocompletions , @mxschmitt Already agree with the proposal.