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).
Suppose i have found these ids : idname-878326482364 idname-987498508475 idname-112426323884
How can i add a wildcard like this : CSS>idname-*>AT>0
@niceusername Use the match selector.
>MATCH>idname->AT>0
https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element
@Fox Thanks that will work :)
@cparonny
I have tried also xpath without success. It can not select it!
2022-02-18_07h18_02.png
for example, for some reason when i launched BAS editor second time, it started not editing the most recent version but some other: alt text
and thus the 5kb reduction size in backups.
@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)