doubleClick not working in gauge

23 views
Skip to first unread message

Dhananjaya Deevi

unread,
Jan 2, 2021, 3:32:10 AM1/2/21
to getgauge

Hi Team,

Below is the Taiko script which is executed successfully . The scenario is, i’m editing  and  updating a record by saving it.

 

click('sForce');

               click('Details');

               doubleClick('Account Number');

               write('123456');

               click('Save');

However the same script in gauge is not recognising “doubleClick('Account Number');”.

Error Message: Error: Timed out. Number of parameters in the step do not match the number of arguments in the step definition.

 

I have even tried “await doubleClick(''Account Number'', { waitForNavigation: true });”

Please help.

 

 

 

Regards,

DD

Sent from Mail for Windows 10

 

Zabil C M

unread,
Jan 4, 2021, 2:36:01 AM1/4/21
to getgauge
This is an error when the number of the parameters of a step in a specification does not match the number of parameters in the implementation. 
Please make sure that the match.

If you are still seeing this error please post the specification step and the step implementation signature.
--
You received this message because you are subscribed to the Google Groups "getgauge" group.
To unsubscribe from this group and stop receiving emails from it, send an email to getgauge+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/getgauge/BMXPR01MB3702FE166D247EEECBC69596ADD40%40BMXPR01MB3702.INDPRD01.PROD.OUTLOOK.COM.

Hari Mohan

unread,
Jan 6, 2021, 2:19:07 PM1/6/21
to getg...@googlegroups.com
Your spec file that has the step should match the implementation argumnets that is the js file that holds the step in double quotes. The error seems to indicate that the number of arguments you are passing to the step do match the one in the implementation file.

--
Reply all
Reply to author
Forward
0 new messages