Dear Experts,
I developed an application based on SQL developer, once I open the application next step is to click on the database connection. That double click activity not working and populate the below error even after successfully validating the UI element.
I hope you are trying to do some automation related to database. Instead of doing it based on UI based using sql developer, have you checked the database package available in the uipath?
Still if you need to go with double click, just try to enable “AlterifDisabled” property and check once. Also try not to use simulate or windows message input methods.
Thanks Bro. Yes, a direct DB connection is my 1st option. But it needs oracle ODBC 32-bit, but in our environment oracle 64-bit is used. So I avoid that option.
Anyway i try your opinion as well by AlterifDisabled , it’s not working, is this correct what i was done