Jump to Content
BrowserBird - API docs
API Reference
v1.0

Log InBrowserBird - API docs
Log In
v1.0API Reference

BrowserBird API

  • Fly a Birdpost

BrowserBird Actions

  • goto
  • wait
  • message
  • get
  • get-all
  • get-data
  • get-title
  • get-url
  • get-html
  • screenshot
  • get-dateTime
  • input
  • click
  • enter
  • scroll
  • solve-captcha
  • end-bird
  • go-back
  • get-clipboard
  • condition
  • loop
Powered by 

BrowserBird API

  • Fly a Birdpost

BrowserBird Actions

  • goto
  • wait
  • message
  • get
  • get-all
  • get-data
  • get-title
  • get-url
  • get-html
  • screenshot
  • get-dateTime
  • input
  • click
  • enter
  • scroll
  • solve-captcha
  • end-bird
  • go-back
  • get-clipboard
  • condition
  • loop
Powered by 

get-title

Gets the title of the page

Options:

Option

Required

Description

Example

variableName

true

(string) A name to store the fetched title in.

page title

Example 1: Gets the title of the page

{
  "action": "get-title",
  "options": {
    "variableName": "page title"   
  }
}