Forum Discussion
Ravinshah77
Visitor
I am having the same issue and observing same behavious (wrt postman). Any solution for Open Source Soap UI v.5.5.0?
alexszarko
5 years agoNew Contributor
Ok, so I am now getting a page cannot be displayed error in 5.5. I have since installed the Pro trial version and ran the same test and the logon screen does display however my java script to fill in the logon doesn't seem to fill in the page. I've checked the element ids several times, so there is nothing wrong with them, and I dont think there is anything wrong with the script. I will add the script to this post when I get home just incase anyone has any ideas how I could amend it.....
- alexszarko5 years agoNew Contributor
and here is my script for the logon screen:
function login() {
document.getElementById("idToken1").value = "910000000001";
document.getElementById("idToken2").value = "Password1";
document.getElementsByClassName("login")[0].submit();
window.setInterval(login, 100);
}Would appreciate it if someone could advise how I could amend. I am currently on the Pro trial and if I can get it working on the Pro version then we are willing to invest in getting the full license.
Related Content
- 7 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 15 years ago