@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
Javascript don't working.
-
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 usingJavascriptaction?
By the way, you can also call javascript functionBrowserAutomationStudio_RecaptchaSolved(payload)to call on solved callback