0

I want to get value from date picker (get date from date picker and stored in to variable) in katalon.

1 Answers1

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