wpsokw
Senior Member
- Jan 31, 2018
- 1,132
- 461
Hi all,
I use browser automation studio to automate bulk account creations for a site. BAS offers 2captcha API built in, and it's great, but I feel like this is captcha is so simple to solve, that I'd like to code it and solve it for free essentially. The captcha is a simple mathematical equation with "equals?" In the phrase. See: https://snipboard.io/7UeX1s.jpg (don't mind the red dots, it wouldn't let me circle the item I'm wanting to point out)
But what I want to do is, grab the text from the page, push it into JavaScript to solve, then type it out into the textbox below it.
So my issue is that I don't know JavaScript, and can research all day about expression parser (ie. From jsfromhell and stuff), but I don't know how I would put it in action.
Any help really appreciated! Thanks!
I use browser automation studio to automate bulk account creations for a site. BAS offers 2captcha API built in, and it's great, but I feel like this is captcha is so simple to solve, that I'd like to code it and solve it for free essentially. The captcha is a simple mathematical equation with "equals?" In the phrase. See: https://snipboard.io/7UeX1s.jpg (don't mind the red dots, it wouldn't let me circle the item I'm wanting to point out)
But what I want to do is, grab the text from the page, push it into JavaScript to solve, then type it out into the textbox below it.
So my issue is that I don't know JavaScript, and can research all day about expression parser (ie. From jsfromhell and stuff), but I don't know how I would put it in action.
Any help really appreciated! Thanks!