Good Afternoon,
I am trying to save four downloaded excel reports one after another by using the download bar in the bottom of the IE screen. Right I know I am using the Get Text activity and two assign activity with the following strings
- fileName.LastIndexOf(" from") - fileName.IndexOf("save ") - "save ".Length
- fileName.Substring(fileName.LastIndexOf("save ") + "save ".Length, lenghtOfString)
lengthOfString is and Int32 and filename is a string. How ever I am getting the following error that Is shown in the picture. The selectors are valid on the Get Text activity. Could any one help me with this error? Thank you for your help.