I have a requirement to select a table record and click on a download button. (I guess the download button has a .js to download the file under selected table record) which will store the file in the OS in .tbz format. once its prompted, open the tar file and verify its content.
I managed to do the click on a table record and click on download button. but it opens a download window, which is not recognized in selenium. the downloadable file is under a web layer, unable to track it with href.
Any help is appreciated.