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
getting below error
"TypeError: Cannot read property 'click' of undefined"
This happens when I use "headless : false" in launch options and it's working fine for "headless : true". Adding "args: ['--disable-features=site-per-process']" into launch options will do the trick.