@Grassman said in BAS can not handle Press & Hold captcha:
I want to press & hold a button, which is impossible with BAS.
Possible.
Is there a way to incorporate change js into BAS?
chancejs is basically a javascript that creates a variety of random data and would be incredibly helpful in formfilling.
chancejs.com
I successfully added it to BAS but how do I use it exactly
e.g. there's a field I want to fill which is first name and the code to do that is chance.first()
I tried clicking the element and adding that as value and changed to expression but it didn't do anything.
@Fox