I want to get value from date picker (get date from date picker and stored in to variable) in katalon.
Asked
Active
Viewed 722 times
0
-
1Please share some HTML. Around the date picker you are targeting. – Mate Mrše Jul 24 '18 at 12:07
1 Answers
0
I would suggest using the Java programming language and get your datepicker Date from Java code. Do not forget to include the import statement at the top of the test case for the java.util... library you get the datepicker from.

Grylion54
- 21
- 3