Skip to content

Make OBS UI Elements Accessible for KITE Tests

ludocosmo edited this page Feb 23, 2021 · 13 revisions

Main Window Buttons

OBS Main Window Buttons

Buttons "Start Streaming" and "Start Recording" are not accessible to KITE because they are checkable. To make them accessible to KITE, just remove the "checkable" property from file UI/forms/OBSBasic.ui

Diff UI/forms/OBSBasic.ui

Settings Buttons

Settings Buttons

Original widgets shown on the left are not buttons but a list of widgets in a QListWidget object which are not accessible to KITE. This QLisWidget will be replaced by a QButtonGroup container which will contain QPushButtons.

Clone this wiki locally