R19.0306

ARGOS PAM

  • FIXED: RunProgram fails to execute if the file path contains more than one space.
  • FIXED: Run OpenBrowser chrome with actual chrome's language settings.
                           ( Bug fixed - The language in the field when accessing the site is displayed in a different language from the scenario. )
  • FIXED: Fixed to save a file with .xlsx extension in 'My Document'
                            when specifying only filename instead of writing full path to file name when do 'write' operation in Excel.
                            ( ex ) filename.xlsx
  • CHANGED: Improved 'Excel' action performance 
                            When read / write, the method of opening and processing the Excel file for each item in the Excel operation is opened and processed once.
  • CHANGED: When you run Excel Read, the cell reads as the formatted value.
                          If formatting is applied to the cell at the time of Excel Read, it is corrected to read the formatted value.
                         ( ex )  Displayed cell value: 100 (format: %) => 'Read' as '100%'