ShayanArifButt

Results 6 comments of ShayanArifButt

So i looked at an old issue where you suggested a timeout script and implemented it , but now the after loading for about 30 second the script is giving...

@merlinthemagic So i am trying to screenshot this complete page( https://www.amazon.com/gp/offer-listing/B01BAFWRFO ), but it does not screenshots complete page,. Sometimes it just keeps loading for a long time and then...

So for the link in above comment ,, its not even an ajax issue , because i save the DOM as an html file to see the complete page and...

@merlinthemagic so now i have tried like this , with incrementing $top , still the same, not complete screenshot: `$selector = "[id=navFooter]"; $exists = $windowObj->getSelectorExists($selector); $top = 500; $left =...

@merlinthemagic so for the above link ( https://www.amazon.com/gp/offer-listing/B01BAFWRFO/ref=dp_olp_new_mbc?ie=UTF8&condition=new ) , i fixed it by giving fixed height and width , so the code is simply the one in documentation: `$top...

@merlinthemagic these are parameters i got from echoing previous code; ` array(3) { ["body"]=> array(6) { ["clientHeight"]=> int(2606) ["offsetHeight"]=> int(2606) ["scrollHeight"]=> int(2606) ["clientWidth"]=> int(1920) ["offsetWidth"]=> int(1920) ["scrollWidth"]=> int(1920) } ["documentElement"]=>...