-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello everyone,
I am trying to automate BundID, AusweisApp, and Persosim for our test cases.
everything works fine, except I can not click on digits like "1", "2", etc for password. and also I can not click on "OK" button on Persosim.
I used follwoing to find the element and click on the digit "1":
klickOne = child.PersoSimGUI.child_window(title="1", auto_id="5573830",control_type="Button").wrapper_object()
klickOne.click_input()
I can not also click on "AutoLogin" checkbox with follwoing identifier:
klickAutoLoginCheckBox = persoSimApp.PersoSimGUI.child_window(title="AutoLogin ",
auto_id="6884346",control_type="CheckBox").wrapper_object()
klickAutoLoginCheckBox.check()
is there any way that I can launch my "PersoSim GUI" with password like "123" and "AutoLogin" checkbox already checked?! if yes, how can I do that?!
Regards
Mohsen Fasihi