--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/ad8f73c4-3d73-4cbb-8d41-de684f7bea28%40googlegroups.com.
Hi,I think you can do it with OperatingSystem library (https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html#File%20Should%20Exist)KR,Alexander
чт, 12 мар. 2020 г., 14:34 Automation S <devayan...@gmail.com>:
Hi,--I am able to download the file but I want to verify that file is downloaded or NOT successfully at the given location.Also I have to check that downloaded(e.g. .doc file) file having some expected content.Is it possible using ROBOT Framework. Could you please help me for same.Thanks,Automation
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-users+unsub...@googlegroups.com.
Hi,I think you can do it with OperatingSystem library (https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html#File%20Should%20Exist)KR,Alexander
чт, 12 мар. 2020 г., 14:34 Automation S <devayan...@gmail.com>:
Hi,--I am able to download the file but I want to verify that file is downloaded or NOT successfully at the given location.Also I have to check that downloaded(e.g. .doc file) file having some expected content.Is it possible using ROBOT Framework. Could you please help me for same.Thanks,Automation
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-users+unsub...@googlegroups.com.
You can get the md5 checksum of the file at both source and destination.
The checksum value should be same at source and destination to conclude the file download was successful.