Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to check whether this menu icon appear in the page. How to set the 'Is Element Exist' function for this?
@Hifive, select the desired element by holding the right mouse button and select the desired action from the menu that opens
@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.
You can, for example, firstly check "Is element exist", and after that use "wait for element" if its not exist.
Or you can simply "wait" for max seconds - in your case 20 sec or whatever max waiting time is needed.
Or you can create a loop that checks for element until element shows on the page.
@Fox and how to upload an undetermined number of photos (chosen by user) from a folder of 1000 images, one by one, on a single session?
Example, the first execution the user upload 4 images, the second time 9 images etc.
@mezopro Yes, you're right. I think it's not possible with dynamic links. Maybe someone has another solution...