Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
Hi how to get all text from add element?
-
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
- create resource with your 1.txt file
- type text -> content from resource
-
@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! :)