-rpa — Eternum -0.7.5

flow DownloadReport { var url = "https://example.com/login" open(url)

// Wait for page and fill login waitFor("input#username", 10s) type("input#username", "user@example.com") type("input#password", secret("MY_PASSWORD")) click("button#login") waitFor("a#reports", 10s) click("a#reports") Eternum -0.7.5 -RPA

// Navigate to report, request CSV waitFor("button#exportCsv", 10s) click("button#exportCsv") waitForDownload("*.csv", 30s) as downloadedFile flow DownloadReport { var url = "https://example

Pseudo-DSL (trimmed for clarity)

Close

My Catalog

PDF

    This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

    Submit Clear All

    You have not added any speakers yet.