I have 2 problems.
I'm trying to test your kendo ui datepicker using test studio, but I can't click the month. my scenario is i want to go to 2 years before the default date.
I'm trying three things to do this:
1. Usual click
2. Using command like "Desktop Command: Left Click...:"
3. Using javascript on click command
none of them works.
The date picker we use is exactly like in your demo:
http://demos.kendoui.com/web/grid/from-table.html
My company also use Kendo Grid to display the data. We tweak it a little so you can click the data and it will redirect you to another page.
My testing scenario is I want to click the data so i can go to another page.
Three commands I already used and failed:
1. KendoGridCell Click on Cell [2,0]
2. Desktop command: LeftClick on Go To TheLink
3. Invoke 'OnClick' event on 'TableCell'
Can you please help me solve my problem?
I'm trying to test your kendo ui datepicker using test studio, but I can't click the month. my scenario is i want to go to 2 years before the default date.
I'm trying three things to do this:
1. Usual click
2. Using command like "Desktop Command: Left Click...:"
3. Using javascript on click command
none of them works.
The date picker we use is exactly like in your demo:
http://demos.kendoui.com/web/grid/from-table.html
My company also use Kendo Grid to display the data. We tweak it a little so you can click the data and it will redirect you to another page.
My testing scenario is I want to click the data so i can go to another page.
Three commands I already used and failed:
1. KendoGridCell Click on Cell [2,0]
2. Desktop command: LeftClick on Go To TheLink
3. Invoke 'OnClick' event on 'TableCell'
Can you please help me solve my problem?