add sleep
This commit is contained in:
parent
8a042217cb
commit
0ef94a493b
1 changed files with 2 additions and 0 deletions
|
|
@ -103,7 +103,9 @@ class LinkedInEasyApplier:
|
|||
button_text = next_button.text.lower()
|
||||
if 'submit application' in button_text:
|
||||
self._unfollow_company()
|
||||
time.sleep(random.uniform(1.5, 2.5))
|
||||
next_button.click()
|
||||
time.sleep(random.uniform(1.5, 2.5))
|
||||
return True
|
||||
time.sleep(random.uniform(1.5, 2.5))
|
||||
next_button.click()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue