Klasse LoginAction

java.lang.Object
eu.hobbydev.bracheus.actions.LoginAction
Alle implementierten Schnittstellen:
Actions, HumanizerTools

public class LoginAction extends Object implements 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.

  • 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:
      handleAction in Schnittstelle Actions
    • getName

      public String getName()
      Returns the name of this action.
      Angegeben von:
      getName in Schnittstelle Actions
      Gibt zurück:
      The name of this action as a String.