Votes
Answers
Views
Question
8
1
35
I have scripted a form which has radio buttons, image buttons, buttons, text fields and many more stuff. I am did javascripting to get objects of forms controller..let say radio button... for example. var rdobject = document.getElementById("select:onlineStatus:1"); rdobject.checked=true; Whe...
1
1
47
I am using true client protocol and i have a web app on which Search button exist which type is image and i have to click on that image button to extract some results. html code of Search button is: < img style="border: medium none;" onclick="ajaxLoadingStarted(this, document.getElementB...
4
9
746
Using the new TruClient Protocol, the Development Environment Stopped idenifing LR.getParam and other Javascript commands. It seems to have completely lost the libraries for these commands. The error in the replay log says: Evaluate JS Username=LR.getParam("ParameterName1") ** failed - an ...