Close Page

From UBot Studio
Revision as of 17:41, 7 December 2012 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command closes the current page within a browser. Close Page is a Browser Command. The command can be used in the In New Browser command to close out extra pages when tasks are complete.


Example

in new browser {
    navigate("www.bing.com", "Wait")
    wait(4)
    close page
}

Running the command will navigate to the url in a new browser window, wait 4 seconds and close the page.

File:Closepage.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox