diff options
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..e983322 --- /dev/null +++ b/.env.template @@ -0,0 +1,8 @@ +URL= +DOWNLOAD_PATH= +REPORT_AREA_SELECTOR_TYPE="css selector" +REPORT_AREA= +EXPORT_BUTTON_SELECTOR_TYPE="xpath" +EXPORT_BUTTON='//*[@id="mat-menu-panel-0"]/div/span[3]/button' +DOWNLOAD_BUTTON_SELECTOR_TYPE="xpath" +DOWNLOAD_BUTTON='//*[@id="mat-mdc-dialog-0"]/div/div/data-export-dialog/div/mat-dialog-actions/button[2]' |