P0s3id0n 90 Posted July 19, 2014 Report Share Posted July 19, 2014 Hey guys, First I need to be able to navigate to an URL without using the Navigate Command. The reason is simple. The Built in Ubot Navigate Command is getting stuck sometimes not allowing the software to move forward. Yes I already treid setting it up to "Don't Wait" but still no luck. I have also tried navigating using Java Script like this javascript("window.location.href=(\"http://google.com\");") javascript("window.location.replace(\"http://google.com\");") Those commands work fine but if I try to set the User Agent before running those commands then instead of navigating the browser goes to about:blank Somebody here knows of an alternative way to navigate to an URL? Quote Link to post Share on other sites
P0s3id0n 90 Posted July 26, 2014 Author Report Share Posted July 26, 2014 So I guess nobody knows how to achieve this? Quote Link to post Share on other sites
runsoftware 14 Posted July 26, 2014 Report Share Posted July 26, 2014 Have you tried sockets? Quote Link to post Share on other sites
blumi40 222 Posted July 26, 2014 Report Share Posted July 26, 2014 try thisload html("<head><script>function pla()\{window.location.href=(\"http://google.com\");\}(pla());</script></head><body></body>") 1 Quote Link to post Share on other sites
P0s3id0n 90 Posted July 26, 2014 Author Report Share Posted July 26, 2014 thanks blumi40 it looks like that will do the trick 1 Quote Link to post Share on other sites
blumi40 222 Posted July 26, 2014 Report Share Posted July 26, 2014 u welcome Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.