I'm wondering if it is possible to use the currently available browser engines from BAS (e.g. 113 and 114) in input settings (gui/data/resources).
Or are these values only available at runtime and can't be accessed for declaring in input before starting the script`?
I'm trying to write a date from *csv file into web input form. The date in *csv file is in MM/DD/YYYY format, but my BAS inputs it as YYYY-DD-MMT00:00:00:00... i need it to fill out the webform in MM-DD-YYYY format. what ami doing wrong?