API- php sdk not working for scrapping

Hi,

I am scrapping the data from a website, when i do that on chrome browser, it works but when i am writing the same code using php api. it is returning only 1 line of data. the data which need to be repeat is not coming when after job complete.

Can you please help me out here.

Anuj

You might have set your driver to fast, which would not render some websites properly. Try using 'driver' => 'fulljs',