Set User Agent
From UBot Studio
(Difference between revisions)
(Created page with "$Set User Agent is a Settings Command. This command changes the user agent sent to websites. == Example == <pre> set user agent("Internet Explorer 6")...") |
Revision as of 18:52, 15 December 2012
$Set User Agent is a Settings Command.
This command changes the user agent sent to websites.
Example
set user agent("Internet Explorer 6") navigate("http://whatsmyuseragent.com/", "Wait")
Running the script sets the user agent of the current browser to IE6, and navigates to a website that checks and displays the user agent in a table.