Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium + Aliexpress
#5
(Jun-09-2020, 04:48 PM)alexkorn Wrote: I am trying to install Scrapy.
Use Twisted wheel from Gohlke.
pip install Twisted‑20.3.0‑cp38‑cp38‑win_amd64.whl
pip install scrapy
(Jun-09-2020, 07:49 AM)alexkorn Wrote: I have a very small project, from the page I need to get only 10 products. I think Scrapy is like shooting a sparrow from a tank.
Yes it can complicate stuff if not need so much,
and Scrapy will not do JavaScript stuff like scrolling by default may need to use scrapy-splash or integrate Selenium.
If use Selenium alone the scrolling can be done bye this command.
browser.execute_script("window.scrollTo(0, 100000);")
Reply


Messages In This Thread
Selenium + Aliexpress - by alexkorn - Jun-09-2020, 06:46 AM
RE: Selenium + Aliexpress - by Knight18 - Jun-09-2020, 07:17 AM
RE: Selenium + Aliexpress - by alexkorn - Jun-09-2020, 07:49 AM
RE: Selenium + Aliexpress - by alexkorn - Jun-09-2020, 04:48 PM
RE: Selenium + Aliexpress - by snippsat - Jun-09-2020, 05:48 PM
RE: Selenium + Aliexpress - by alexkorn - Jun-09-2020, 06:43 PM
RE: Selenium + Aliexpress - by snippsat - Jun-09-2020, 06:50 PM
RE: Selenium + Aliexpress - by alexkorn - Jun-09-2020, 07:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,673 Nov-03-2017, 08:41 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020