@GaG Thank you for your help. Till now i found my way to manage easy csv tasks , since csv files are just text with comma for change column, and new lines for change row i can deal this on BAS by creating lists from "Read File to List" and then i can break each list item from "Parse string" with comma as separator. Then i use "Write File" for saving and i can live visualize the edited results on the csv file with a program called "Modern CSV". Thing is that on more advanced scripts i have big CSV files with a lots of rows and columns , sometimes i must to constant return to BAS the index position of partial value search terms on those files. I have found also an alternative way to manage by creating and executing a bat file with call for python for converting csv to xlsx and then i may use "module Excel" that haves all the actions im looking for, but Im wondering why BAS haves those actions only for xslx files, why not for csv also? Anyways till now im very satisfied to BAS but i might need more help in the future on this matter.
Open File Result Manual Control Bug ?
-
When trying to use "Open file result" in "Manual browser control" mode it doesn't work if you run the script.
It only works in record mode.
The logic is this : Open File Result (an image) ==> Manual Browser Control (when the image upload icon is clicked the command doesn't upload the image) -
@bogdan said in Open File Result Manual Control Bug ?:
When trying to use "Open file result" in "Manual browser control" mode it doesn't work if you run the script.
It only works in record mode.
The logic is this : Open File Result (an image) ==> Manual Browser Control (when the image upload icon is clicked the command doesn't upload the image)I can't reproduce the error, can you record a video?
-
Made an example
Select a folder with an image and on w3schools url click "choose file"
Run it in "Record" and "Run" to see the differences -
@bogdan said in Open File Result Manual Control Bug ?:
Made an example
Select a folder with an image and on w3schools url click "choose file"
Run it in "Record" and "Run" to see the differencesEverything works correctly. Or did you mean that the files specified in the "Open File Result" action should be loaded with manual control? But it's illogical.

-
@bogdan said in Open File Result Manual Control Bug ?:
@Fox Yes, "Open File Result" action should be loaded with manual control.
That's what i meantBut manual control means working with the BAS browser as with a regular browser. Try to enable manual control after clicking on the file download.