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
I want to capture the items from a site, but half of the items are loaded when I scroll the page(link of the page : https://www.91mobiles.com/mobile-price-list-in-india?page=1 ). A new div ( page_scroll_1) is created after I scroll the the page, and the items I want to capture are there in that div.
I have tried ".scrollTo" method from 'x-ray-phantom' but It didn't work
Subject of the issue
I want to capture the items from a site, but half of the items are loaded when I scroll the page(link of the page : https://www.91mobiles.com/mobile-price-list-in-india?page=1 ). A new div ( page_scroll_1) is created after I scroll the the page, and the items I want to capture are there in that div.
I have tried ".scrollTo" method from 'x-ray-phantom' but It didn't work
Your environment
Steps to reproduce
Expected behaviour
It should capture all the item with '.finder_snipet_wrap'
Actual behaviour
Capture's only half items, and skips all the other '.finder_snipet_wrap' that is being created after page scrolling
The text was updated successfully, but these errors were encountered: