I try to export a .xls file from SAP. Exporting lasts a few minutes, even when done manually, and therefore I also added some delay to automation so that it waits the file to be complete. But for some reason the exported file is not complete. It only has about half the rows that it should have. File size is arpx 5MB (complete file). I am able to export a full .xls file when executing the same manually. What could be a reason and solution for this?
is the delay enough to complete the export completely? check the sameā¦if there is any waiting window appears try to add wait for disappear usign check app state so that it waits till end
also is same xls file sued manually also? or is it getting created ?
cheers