Level 50
what if you try waiting for it before clicking
$browser->waitFor('.axp-account-switcher__accountSwitcher__togglerButton___1H_zk')
->click('.axp-account-switcher__accountSwitcher__togglerButton___1H_zk');
Summer Sale! All accounts are 50% off this week.
Dusk is not found the element in headless mode, working fine when I use to test with browser. Also has worked fine before updating to the latest version of chrome
$browser->click(".axp-account-switcher__accountSwitcher__togglerButton___1H_zk")->pause(10000);
Please or to participate in this conversation.