Skip to content

Automation issue with Selenium and WinAppAuto #101

@mfasihiy

Description

@mfasihiy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions