2gis / Winium.Desktop

Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
Mozilla Public License 2.0
402 stars 140 forks source link

Expand Click and Class Name is not working #352

Open VigneshwaranKR opened 2 years ago

VigneshwaranKR commented 2 years ago

Hello,Trying to automate Yabe Tool.After Connecting the device locally,trying to change the value in property window. But,Inspect tool not Finding the Expand Button for LogDeviceObjectProperty,so we tried to click the property by Class Name.But Click is not working.There is no Automation ID for the property.If we use Name,it is clicking the value instead of Description.Because,both property description and property value name are same. Our requirement is to click the LogDeviceObjectProperty expand button and select the object ID.Please check the attachment for reference. image

@NickAb @tkurnosova @CSharpRU