Set Visibility

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Example)
 
(3 intermediate revisions by one user not shown)
Line 2: Line 2:
  
 
This command will allow you to determine the visibility of certain tasks you run within the browser. If you set the visibility to Invisible, the browser area will become blank. Any tasks being done within the browser will become invisible.
 
This command will allow you to determine the visibility of certain tasks you run within the browser. If you set the visibility to Invisible, the browser area will become blank. Any tasks being done within the browser will become invisible.
 +
 +
'''Visible or Invisible:''' Select "Visible" to display the contents of the browser to the end user. Select "Invisible" to make the contents of the browser invisible to the end user.
  
  
Line 14: Line 16:
 
The set visibility command is set to Invisible.
 
The set visibility command is set to Invisible.
  
[[File:invisible.png]]
+
 
 +
[[File:setv.jpg]]
 +
 
  
 
<pre>
 
<pre>
Line 20: Line 24:
 
navigate("http://www.ubotstudio.com/resources", "Wait")
 
navigate("http://www.ubotstudio.com/resources", "Wait")
 
</pre>
 
</pre>
 +
  
 
Running this script will navigate to the url while displaying the webpage in the browser.
 
Running this script will navigate to the url while displaying the webpage in the browser.
 
The set visibility command is set to Visible.
 
The set visibility command is set to Visible.
  
[[File:visible.png]]
+
 
 +
[[File:setv0.jpg]]

Latest revision as of 16:22, 24 September 2013

Set Visibility is a Settings Command in the Professional edition of UBot Studio.

This command will allow you to determine the visibility of certain tasks you run within the browser. If you set the visibility to Invisible, the browser area will become blank. Any tasks being done within the browser will become invisible.

Visible or Invisible: Select "Visible" to display the contents of the browser to the end user. Select "Invisible" to make the contents of the browser invisible to the end user.


[edit] Example

set visibility("Invisible")
navigate("http://www.ubotstudio.com/resources", "Wait")

Running this script will navigate to the url without displaying the webpage in the browser. The set visibility command is set to Invisible.


Setv.jpg


set visibility("Visible")
navigate("http://www.ubotstudio.com/resources", "Wait")


Running this script will navigate to the url while displaying the webpage in the browser. The set visibility command is set to Visible.


Setv0.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox