btAppAutomation

If you have instructions and/or interesting information that you would like to share with others, you can write your first post about it.
Post Reply
User avatar
hballin
Posts: 43
Joined: Sun Dec 21, 2025 10:00 am

btAppAutomation

Post by hballin »

The btAppAutomation application enables automated execution of application processes. This is done either once or in recurring workflows. As a supporting tool, the library of Selenium is used. The applications can be present as a web application or standard API.
In comparison to other software manufacturer, we only use native a web browser communication like with Firefox or Chrome, instead of synthetic/integrated web browser.

INI File configuration
The configuration file supports the following functions:

Code: Select all

Key name		Value					Description
[General]		
ProcessTakeOver		False					By setting the value to “True” the application can hire an existing process from an application enforced to run in automation mode. A value of “False” creates a new process.
DateTimeFormatMeasure	dd.MM.yyy HH:mm:ss.fffffff		For the log file analysis
DefaultWebBrowser	Firefox					The browser which will be used for web automation.
OpenFolder		C:\LastOpenFolder			Last used folder for the automation configuration files.
ConfigurationFile	Automation_ITSM_Login_DE.ini		The last used automation configuration file.
UseAutoSizeForm		False					The own application can be stretched by setting the value to “True”.
[Pfade]		
PfadTemp		AppData.Path\TMP\			Folder where screenshots are stored in case of failures.
Download the entire instruction here: https://www.b-technology.net/data/btApp ... tions.docx
Post Reply