2gis / Winium

Automation framework for Windows platforms
Mozilla Public License 2.0
384 stars 123 forks source link

Not able to locate vb form from .net desktop based application #94

Open sonavastava opened 5 years ago

sonavastava commented 5 years ago

Hello, I am automating .net desktop based application and where in few screens are of vb form, so while automating I am not able to locate elements from UI spy but I can from inspect tool of that form, but not able to automate vb form, is there any solution where in i can move from .net page to vb form pop up page and automate vb page or form with winium. Please help me out. Thank you

nananand7 commented 5 years ago

I have faced the similar challenge with .net application to browser. Usually the driver will only understand the application which is running on desired port. Most of the time find element of name will work. Please check and update.