@ericarias said in Getting consistent results with element seletors:
What is the best method to use to make sure that the elements are always found.
Just avoid using automatically generated selectors by BAS.
So I'm scraping links and saving them to Add Element in "1.txt"
so I have 50 lines then I want to use the same "1.txt" to get all 50 lines to PASTE or input them on a certain text field.
How to do that?
Probably it can be done much faster.. but basic solution for this is simle
@plantacja said in Hi how to get all text from add element?:
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
thank you I'll try this! :)