Are you trying to open a project with the xml extension in BAS? Probably your project is damaged, you did not edit it manually using text editors? Try to restore it from backups located here:
C:\Users\User\AppData\Roaming\BrowserAutomationStudio\projectbackups
У вас до этого действия - нет обернутого в ошибку действия - объекта такого нет - вот он и не может его прочитать. Оберните в ошибку например кликнуть по элементу.
Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.
I was able to do what i wanted much easier using the Excel module.. i had no idea this existed lol
Inside the excel module it has the option to pick from -> to line number which is exactly what i needed.
BAS has a ton of cool features i dont even know even existed =)
Maybe that element is dynamically changed on page load,
depending on many factors.
You should examine source code of the given web page and
find - determine best solution for your case.
Experiment with other selectors provided by BAS, besides
CSS selector, or find your own constant selectors based
on web page source code