@antinxd said in Open multiple browser or clean data from just one tab:
Hello community
I'm about to finish a project on BAS but a problem appear, I'm not sure how to fix it.
I need to keep a page open to save element texts from that page, while another webpage gets cleaned from it's data.
I guess opening two browser like chrome and firefox would fix it so I could keep a page open on chrome and clean the one on firefox, anybody knows how I could fix this issue?
Thank you in advance
It's not entirely clear, do you want to do this in BAS?
In order not to lose data from one page and work with another, use the tabs. If you need some kind of simultaneous action, use different threads with a global variable.