skip to Main Content

selenium python getting only first image link – Shopify

This product have total five image. I am trying to get those five image links but getting only first image link. here is my code: images = driver.find_elements_by_css_selector('#shopify-section-product-template .Image--lazyLoaded') for image in images: image = image.get_attribute('data-original-src') #data-original-src contains link of…

VIEW QUESTION

Scrape eBay Sold Items Using Selenium Returns []

I have almost no webscraping experience, and wasn't able to solve this using BeautifulSoup, so I'm trying selenium (installed it today). I'm trying to scrape sold items on eBay. I'm trying to scrape: https://www.ebay.com/sch/i.html?_from=R40&_nkw=oakley+sunglasses&_sacat=0&Brand=Oakley&rt=nc&LH_Sold=1&LH_Complete=1&_ipg=200&_oaa=1&_fsrp=1&_dcat=79720 Here is my code where I…

VIEW QUESTION

unable to click button with unique button data-order-group-id 's information python+selenium – SEO

javascript code (repeat order 1): <div class="col-ea-1 repeat-order repeatable-order"> #common row in other snippets <button data-order-group-id="a9755447-04ff-4d00-59bf-06ff87f8ead6" #different row data-restaurant-seo-url="/abc-pizza-bayburt-kirazli-mah" class="ys-btn ys-btn-primary ys-btn-aa middle repeat-order-button"> REPEAT ORDER </button> ==$0 </div> In the above snippet javascript code, there is more than one…

VIEW QUESTION
Back To Top
Search