@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.
@balalaa said in How to get only one line with LinesFromFiles ? It returns the whole file...:
Hello, How to get only one line with LinesFromFiles ? It returns the whole file...
Don't read it
@balalaa said in How to get only one line with LinesFromFiles ? It returns the whole file...:
Hello, it doesn't work...
Output the resource data to the log, without reading the file
@Fox said in How to get only one line with LinesFromFiles ? It returns the whole file...:
@balalaa said in How to get only one line with LinesFromFiles ? It returns the whole file...:
Hello, it doesn't work...
Output the resource data to the log, without reading the file
It worked, thanks !