Double Click not work even after successfully validate

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.
image


i set time outs , wait time etc.
Can anyone please help to fix this issue, Your kind help is highly appriciate

Thanks
Dhanushka

Hi @Dhanushka_Gunasinghe

Have you tried with Click activity

In the Properties You can find the Click Type -> Select Click Double option and try it.

Hello @Dhanushka_Gunasinghe

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.

image

Thanks

Thanks for the reply bro…yes i am using double clicked option here.But not succeed

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

image

Ok thanks bro…I remember one think, SQL Developer is java based, so are any java externton need to JAVA ui activities??
Thanks

Hi @Dhanushka_Gunasinghe

Try to Install the Java extension in the studio and check it using click or Double click activity

Regards
Gokul

Hi @Dhanushka_Gunasinghe

Can you try installing the java extension as shown above

Also alternately try to remove simulate click and see if its working…

But as per the exception it looks like the java extension issue

Cheers

Hi bro.

I installed java extention , but not success in doublle click. it’s validated without any issue,
any idea on this
image
Thanks

Hi bro
i installed java Extention as well, but not succeed .it s getting validated without any issue
image

Any idea
Thanks

Hi @Dhanushka_Gunasinghe

Can you select any other attribute along with name please.

And also did you try setting the simulate click to false?

cheers

Thanks bro. Finally, I change that into text click, That working fine. Anyway thanks bro…
@Anil_G and @Gokul001

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.