@Grassman said in BAS can not handle Press & Hold captcha:
I want to press & hold a button, which is impossible with BAS.
Possible.
I am having to do a "contains" check and loop over two large lists and its taking over 3 hours.
a simple VB.net like
list1.except(list2).distinct.toList
takes about 2 seconds.
Thanx