Anyone else experiencing this?
javascript error: arguments[0].getAttribute is not a function (Session info: chrome=94.0.4606.54)
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3746#c7
Rolling back to 90 makes it functional again. But maybe we can solve this here as well for >=91 versions?
|
$script = str_replace('{{ELEMENT}}', 'arguments[0]', $script); |