Skip to content

Commit

Permalink
Merge branch 'main' into module-4
Browse files Browse the repository at this point in the history
  • Loading branch information
iusztinpaul authored Apr 26, 2024
2 parents 638a1a9 + cc4a955 commit 5f8724f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion course/module-1/crawlers/linkedin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def extract(self, link: str, **kwargs):
self.driver.get(link)
time.sleep(5)
button = self.driver.find_element(
By.CSS_SELECTOR, ".app-aware-link.profile-creator-shared-content-view__footer-action"
By.CSS_SELECTOR,
".app-aware-link.profile-creator-shared-content-view__footer-action"
)
button.click()

Expand Down

0 comments on commit 5f8724f

Please sign in to comment.