Skip to content
Advertisement

Tag: gauge

Appium – Pick Two days after a specific day of month

I am trying to pick two days after the current day of month. In my StepImplementation class, i wrote a function like this but it gives me an error: For my String day parameter, it shows me this error: Parameter count mismatch(found 1 expected 0) with step annotation : ‘pick two days after current day’ Basically, i am trying to

Advertisement