Klasse Seleniagram

java.lang.Object
eu.hobbydev.bracheus.Seleniagram

public class Seleniagram extends Object
The `Seleniagram` class serves as the entry point of the application. It initializes the `SeleniumManager` and starts its execution. This class is responsible for setting up the necessary components and managing the Selenium tasks. It also handles configuration loading and creation, language settings, and the execution of various actions.
  • Felddetails

  • Konstruktordetails

    • Seleniagram

      public Seleniagram()
  • Methodendetails

    • main

      public static void main(String[] args) throws InterruptedException, IOException
      The main method serves as the entry point to the application. It sets up the necessary configuration, creates instances of required managers, and initiates the main threads for action and listener management. It also handles user input for controlling the execution of the program.
      Parameter:
      args - Command-line arguments (not used in this implementation).
      Löst aus:
      InterruptedException
      IOException