After clicking on the download button on a page, its showing unverified download blocked. How should i fix this issue?
This is the code i have been using:-
download options ${download} #download options is a keyword i created
Sleep 3
Wait Until Element Is Visible ${download button}
Scroll Element Into View ${download button}
Sleep 3
Click Element ${download button}
New contributor
Deeptanshu Maji is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1