No, there are no problems with filesystem. You can read
TXT file as a whole and save it in variable, or you can read
text as a list - in that case every line from TXT document
becomes new item in list variable, so you need to treat it
as a list and use list module to manipulate it.
@BAS-Viet-Nam Okay, thank you for the hint. Worked on many sites with these 2 functions without any problems. So I will try it with "Wait while element exists" on this specific site.
Hopefully I don't get in an endless waiting-loop ;)
i decreased the list from 333k to 100k and it works now along with sorting function. but as my bots run it will increase again in size. what would you guys recommend?