Browser Functions

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "The '''Browser Functions''' provide functions that allow you to isolate elements for a more refined scraping and deal with CAPTCHAs on webpages. == List of Browser Functions ...")
 
 
(10 intermediate revisions by one user not shown)
Line 1: Line 1:
The '''Browser Functions''' provide functions that allow you to isolate elements for a more refined scraping and deal with CAPTCHAs on webpages.
+
The '''Browser Functions''' allows you to isolate elements for more refined interactions with webpages and its attributes.
 +
 
 +
 
 +
[[File:bfunctions.jpg]]
  
 
== List of Browser Functions ==
 
== List of Browser Functions ==
Line 10: Line 13:
  
 
*[[Element Offset]]: If an element selected matches more than one element on a page, this allows you to return one of those elements
 
*[[Element Offset]]: If an element selected matches more than one element on a page, this allows you to return one of those elements
 +
 +
*[[Element From Text]]: Converts a text representation of a selector into an actual selector
  
 
*[[Element Parent]]: Returns the parent of an element
 
*[[Element Parent]]: Returns the parent of an element
Line 16: Line 21:
  
 
*[[Element Sibling]]: Returns the sibling of an element
 
*[[Element Sibling]]: Returns the sibling of an element
 +
 +
*[[Url]]: Returns the url of the current webpage in the browser.
 +
 +
*[[Title]]: Returns the title on an article.
 +
 +
*[[Document Text]]: Returns the document text of a webpage.
 +
 +
*[[Meta Description]]: Returns the meta description of an article in the browser.
 +
 +
*[[Meta Keywords]]: Returns the meta keywords of an article in the browser.

Latest revision as of 17:50, 13 September 2013

The Browser Functions allows you to isolate elements for more refined interactions with webpages and its attributes.


Bfunctions.jpg

[edit] List of Browser Functions

  • Solve CAPTCHA: The function will either prompt the user to type in a CAPTCHA, or send the CAPTCHA to a service to solve it
  • Page Scrape: Returns the text scraped from the correct page between two specified pieces of text
  • Scrape Attribute: Returns the value of s specified element on a selected element
  • Element Offset: If an element selected matches more than one element on a page, this allows you to return one of those elements
  • Element From Text: Converts a text representation of a selector into an actual selector
  • Url: Returns the url of the current webpage in the browser.
  • Title: Returns the title on an article.
  • Meta Keywords: Returns the meta keywords of an article in the browser.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox