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
[Behat\Mink\Exception\DriverException]
Error while processing event 'click': "Error: Timeout: did not get to load all resources on this page
at timeout (/usr/local/lib/node_modules/zombie/lib/eventloop.js:601:38)
at Timer.listOnTimeout (timers.js:89:15)"
And sometimes getting that:
[Behat\Mink\Exception\DriverException]
Error while processing event 'click': "TypeError: Cannot set property 'aborted' of null
at XMLHttpRequest.abort (/usr/local/lib/node_modules/zombie/lib/xhr.js:57:23)
at XMLHttpRequest.open (/usr/local/lib/node_modules/zombie/lib/xhr.js:74:12)
at f (https://url.to.some.site/static/js/vendor/respond.min.js:6:748)
at x (https://url.to.some.site/static/js/vendor/respond.min.js:6:3845)
at Window.<anonymous> (https://url.to.some.site/static/js/vendor/respond.min.js:6:3923)
at Window.window._evaluate (/usr/local/lib/node_modules/zombie/lib/document.js:253:155)
at /usr/local/lib/node_modules/zombie/lib/eventloop.js:77:35
at Immediate._onImmediate (/usr/local/lib/node_modules/zombie/lib/eventloop.js:676:13)
at processImmediate [as _immediateCallback] (timers.js:371:17)"
Hello everyone.
I'm trying to do some thing using custom symfony console command.
In console command i starting zombie session like in example:
After that, i'm getting session and trying to execute some scenarios:
HTML link view:
And there come's error's:
Sometimes getting this:
And sometimes getting that:
I have installed:
Someone know what to do with this? 😄