[Chrome]How to verify/assert downloaded file in Selenium
96 views
Skip to first unread message
Red
unread,
Mar 9, 2020, 1:31:36 PM3/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi,
How to verify/assert downloaded file in Chrome browser ?
I can see my downloaded file in my local
What is the best way to assert that my downloaded file is correct ?
Thanks,
Reddy
Joseph Conlin
unread,
Mar 10, 2020, 2:17:55 PM3/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Here is a great blog post by Mark Collin with information that should help you. The example code is Java based, so if you're using a different language, you'll need to find out how to implement the same concepts in your chosen language.