linting
This commit is contained in:
parent
450fba94ac
commit
9557abbfdb
2 changed files with 2 additions and 4 deletions
|
|
@ -96,7 +96,6 @@ class LinkedInEasyApplier:
|
|||
if self._next_or_submit():
|
||||
break
|
||||
|
||||
|
||||
def _next_or_submit(self):
|
||||
next_button = self.driver.find_element(By.CLASS_NAME, "artdeco-button--primary")
|
||||
button_text = next_button.text.lower()
|
||||
|
|
@ -112,7 +111,6 @@ class LinkedInEasyApplier:
|
|||
self._check_for_errors()
|
||||
|
||||
|
||||
|
||||
def _unfollow_company(self) -> None:
|
||||
try:
|
||||
follow_checkbox = self.driver.find_element(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue