Closed ghost closed 3 years ago
@j311yfish , this is because a Goutte driver is a headless driver (doesn't use an actual web browser), but to wait for some JavaScript code to be executed you need a real web browser.
I recommend using the Selenium2 driver to make it work. Also, Zombie driver does support JavaScript, even though it's a headless driver.
Code what I am used:
Error what I got: