Package eu.hobbydev.bracheus
Klasse Seleniagram
java.lang.Object
eu.hobbydev.bracheus.Seleniagram
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.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic ActionThreadManagerstatic ConfigurationHolderstatic LanguageHolderstatic ListenerThreadManagerstatic OpenAIManagerstatic UserManager -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
actionThreadManager
-
listenerThreadManager
-
configurationHolder
-
languageHolder
-
openAIManager
-
userManager
-
-
Konstruktordetails
-
Seleniagram
public Seleniagram()
-
-
Methodendetails
-
main
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:
InterruptedExceptionIOException
-