WebDriver/Selenium doubleClick on scheduler

Hi

I’m trying to simulate a mouse double click on scheduler using webDriver (selenium).

I’m trying to locate the scheduler div by id + xpath and then calling a doubleclik. My target is something like this: //div[@id=‘scheduler’]/div[3]/div[2]/div[3], but nothing happens.

When I click on “find” button on selenium IDE, it looks like the path is correct, but it can’t reproduce the mouse double click behavior. Does anyone has any idea how to do this?

Thank you
Marco

Scheduler paints its areas dynamically, so be sure that your code waits for page loading and scheduler initialization before any interactions start.