We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1d017 commit ff9004cCopy full SHA for ff9004c
Automation/src/general_scraper.py
@@ -28,4 +28,4 @@ def lprint(this):
28
for i in this:
29
print(i.img)
30
31
-Scraper('https://www.elfenix.com/').get_piece("div", "class", "coleql_height", operation=lprint)
+Scraper('https://www.elfenix.com/').get_piece("div", attribute="class", attribute_name="coleql_height", operation=lprint)
0 commit comments