Javascript and mobileControlDo "execute"
Posted: Sat Jun 27, 2020 6:44 pm
I've searched the forum regarding mobileControlDo "execute" and there really isn't much on here about it at all. So, I thought I would just ask.
I want to write a script that will tick a radio button on a webpage. Such as:
--
mobileControlDo sBrowserId, "execute", "document.getElementById("exampleRadioButtonId").checked = true;"
--
Is it possible? If so, what else do I have to do besides this script?
If anybody could help, many thanks in advance!
I want to write a script that will tick a radio button on a webpage. Such as:
--
mobileControlDo sBrowserId, "execute", "document.getElementById("exampleRadioButtonId").checked = true;"
--
Is it possible? If so, what else do I have to do besides this script?
If anybody could help, many thanks in advance!