@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.
I would like to get the headers from a page loaded in the browser so that i can make a post request.
I don't see any option in BAS and i searched the forum for an answer and i don't seem to find anything.
The process is like the image attached :
load page in browser ---> save page header in a variable ---> do GET or POST request!
Any help is appreciated. Thank you !

@clarabellerising thank you, appreciate the help