18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

How to export the data and download the file

surimca09surimca09 Members
edited July 2014 in Sahi - Open Source
-how to export the data in csv fromat
-how to download the file and store it in specified path
-using alert function could we get expected message what we want?

Answers

  • _click(_button("Button"));
    _click(_submit("PDF"));

    _saveDownloadedAs("c:/path/Report.pdf"); // save to another path
    _clearLastDownloadedFileName(); // clear the variable
Sign In or Register to comment.