DoDblClick when playing tests through selenium-webdriver

Thursday, April 19, 2018
Avatar

Hello, 

 

I have an issue that I can't solve. I'm playing tests through chrome webdriver and the tests fail when a double click needs to be executed(I can only enter value into the cells by using double click and then settext or sendkeys over the cell - without the double click settest or sendkeys do nothing!). I have recorded the cell that needs to be clicked and execute  SeS('cell1').DoDblClick(); but the tests fails on this step with TypeError(-2146827850): Object doesn't support this property or method. 

When playing the test through Chrome HTML, I don;t get this error and the step passes however I can't use Chrome HTML due to client's requirements. 

 

Any suggestions? 

 

Thanks 

 

version info

Chrome version: 65

chromedriver version: 2.35.528161

Rapise version: 5.5.12.4

2 Replies
Thursday, April 19, 2018
Avatar
re: StefanMandovski Thursday, April 19, 2018

Hi Asche,

Double click in LibSelenium is not implemented. As a workaround you can try to perform two single clicks. If not working - the only way is to wait until Rapise 5.6.

Regards,

Denis

Friday, April 20, 2018
Avatar
re: inflectra.max Thursday, April 19, 2018

Two single click doesn't help in my case. I've tried with and without minimal sleep (10-100ms) with no luck. 

 

I guess I will have to wait for Rapise v5.6

 

Regards

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Thursday, April 19, 2018
  • Last Reply: Friday, April 20, 2018
  • Replies: 2
  • Views: 6222