I am not sure about the oracle but i have implemented same kind of double click actions in my project which is Java
please find the below one
So u can use fireevent("ondblclick") in ur script
Please let me if it works
please find the below one
Code:
Browser("xxxxx").Page("xxxx").Frame("xxxx").WebElement("xxxxxx").fireevent("ondblclick")So u can use fireevent("ondblclick") in ur script
Please let me if it works

