Skip to content

Not able to click on the check box in desktop application #28

Description

@beunas

I am using Winnium (C#) to automate my desktop application. I am not able to click on the element and getting Element not found exception. Please find the sample code below

IWebElement departments = driver.FindElementById("cb_depAction");
departments.ClickOnElement(departments);

Note: Tried with both Name and ID . Both are not working and getting Element not found exception .
Capture

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