8154bd75-ec3f-4602-aef9-b64e6726ec31-image.png 3e28a18c-6545-4800-904a-d2c751dc1a32-image.png
It can be loaded via chrome://extensions/, but the folder cannot be selected when Load unpacked is said.
Site: https://www.google.com/recaptcha/api2/demo
I tried to set value of textarea but it don't working.
document.querySelector('textarea[id="g-recaptcha-response"]').value = "STRING"
document.querySelector('textarea[id="g-recaptcha-response"]').innerHTML = "STRING"
document.querySelector('textarea[id="g-recaptcha-response"]').innerText = "STRING"
I can set it by using console on Inspect but it don't working on Javascript of BAS.
Please help me.
@adshung
Hi, I have no problem executing this javascript on page.
Here is project example 0_1486451295005_SetJavascript.xml
Are you using Javascript action?
By the way, you can also call javascript function BrowserAutomationStudio_RecaptchaSolved(payload) to call on solved callback