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 have problem with click to element in iframe? In record mode is all okay, in thread mode progress stacked on waiting for element.
@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.
@mtrsu4484 said in error cannot click on element TIKTOK:
@langtoi i think its about your proxy
why does proxy affect element not clickable. it omits that element , even using image search . in recording mode it works fine
@Fox Thanks. Glad I am not the only one. This is a new error with the same type of proxies. Never had this up until 1-2 months ago.
@peellpeell
if you know what time is it, why dont set a timer?
run 2 threads, one for waiting 14 minutes (or whatever), second doing your job.
tell first one to set variable to false or true when 14minutes passed, and when that variable is false/true dont load any page in other thread
(PS u might want to use global variables)