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-clipboard

Reads the clipboard

Options:

Option

Required

Description

Example

variableName

true

(string) A name to store the read value in.

clipboard value

Example 1: Reads the clipboard value

{
  "action": "get-clipboard",
  "options": {
    "variableName": "clipboardValue"
  }
}