Robotframework – Working with Date and Time
Robot framework provides keywords for lot of stuffs. Framework has very good documentation. Here I am going to explain how do we handle situations with date and time. The library in Robot framework for handling time is “DateTime”. This library needs to be added to the settings before using the keywords for date and time. …