This commit is contained in:
feder-cr 2024-08-10 19:03:22 +01:00
parent 450fba94ac
commit 9557abbfdb
2 changed files with 2 additions and 4 deletions

View file

@ -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(