--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--
any idea?I tried this: ${DateString+5} Evaluate ${DateString}[${DateString}.rfind(':')+5:] But it says failed: SyntaxError: invalid syntax (<string>, line 1)I want to get this: '2015-11-17T16:32:46.707Z' and this: '2015-11-17T16:22:46.707Z'The Date looks like this: '2015-11-17T16:27:46.707Z'My next "big" problem is i want this Date increase with 5 minutes and than decrease with 5 minutes.everything is working really fine for now!With this, its just do what must be done.
${DateString} Get Text xpath=//div/div/div/div/div/div/div[@id='dojox_grid__View_1']/div/div/div/div[1]/table/tbody/tr/td[2]
Input Text xpath=.//*[@id='startDate'] ${DateString}
Balázs Heiterthanksbest regards.