Package eu.hobbydev.bracheus.actions
Klasse LoginAction
java.lang.Object
eu.hobbydev.bracheus.actions.LoginAction
- Alle implementierten Schnittstellen:
Actions,HumanizerTools
The
LoginAction class implements the Actions and HumanizerTools interfaces
to automate the login process on Instagram using Selenium.
This action attempts to log in with the provided credentials, handling cookie pop-ups and checking for login errors. If the login fails, it stops further actions.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()Returns the name of this action.voidExecutes the login action by navigating to Instagram, handling cookies, filling out the login form, and verifying if the login was successful.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden eu.hobbydev.bracheus.utils.HumanizerTools
checkingActionQueue, inputDelay, siteDelay
-
Konstruktordetails
-
LoginAction
public LoginAction()
-
-
Methodendetails
-
handleAction
public void handleAction()Executes the login action by navigating to Instagram, handling cookies, filling out the login form, and verifying if the login was successful.If the login fails due to incorrect credentials, the bot is stopped.
- Angegeben von:
handleActionin SchnittstelleActions
-
getName
Returns the name of this action.
-