dotnetbrowser - Handling file being downloaded from new browser window other than current browser window -


i using dotnetbrowser 1.11 , trying download file on button click website , have assigned downloadhandler browser. allowdownload event not fire after button click. have noticed on manual button click new browser window opens , save dialog pops up. please assist how handle such file downloads new browser window other loaded browser window.

enter image description here

the download handling behavior depends on contents of loaded web page , can different. websites intentionally open popup service download request. such popup ends being blank.

the way workaround behavior implement custom popup handler handle these cases expected application.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -