Skip to content
Menu Close
  • Products
    • Web automation
    • VScode extension
    • Desktop automation
    • Cloud Locators
  • Pricing
  • Documents
  • Blog
  • Support
  • Login
  • Products
    • Web automation
    • VScode extension
    • Desktop automation
    • Cloud Locators
  • Pricing
  • Documents
  • Blog
  • Support
  • Login
Join Slack
betterdocs-category-icon

Overview

3
  • 🔜 Clicknium Python package
  • Overview
  • 🚀 Installation
betterdocs-category-icon

Tutorial

25
  • Locator Store
  • Clicknium Project
  • Clicknium Locator
  • First Automation Project
  • Clicknium framework
  • Clicknium Recorder
    • Capture Single Element
    • 🔍 Capture first locator
    • Settings
    • Locator Management
    • Validate
    • Recapture & Compare
    • Recapture
    • Capture Similar Elements
    • 🚏 Overview​_Clicknium Recorder
  • VS Code Extension
    • Project Management
    • Code IntelliSense
    • Connect to Cloud
    • Clicknium Visual Studio Code Extension
  • Automation Extension
    • Vivaldi Extension
    • Brave Extension
    • JAVA Extension
    • Firefox Extension
    • Microsoft Edge Extension
    • Chrome Extension
    • Automation Extensions
betterdocs-category-icon

Automation Concepts

8
  • SAP WinGUI Automation
  • JAVA Automation
  • Image Automation
  • IA Automation
  • UIA Automation
  • Web Automation
  • Locator
  • Automation Concepts
betterdocs-category-icon

How-to Guides

10
  • How to Set Values for Calendar
  • How to Deliver Executable File/Script
  • Capture Structured Data
  • Capture Similar Elements
  • How to Use Headless Browser
  • How to Install Browser Extension
  • Using Index Variable in Locator to Find A Series Elements
  • How to Use Custom Attributes to Locate Web Elements-Don’t Miss this❗️
  • How to Set Values for Select/Dropdown list
  • How-to Guides
betterdocs-category-icon

Reference

136
  • Clicknium Python API
    • Exceptions
    • WebDriver
    • UiElement
    • Global functions
    • Global functions
      • clicknium.scrape_data
      • clicknium.get_screenshot
      • clicknium.send_text
      • clicknium.send_hotkey
      • clicknium.wait_disappear
      • clicknium.wait_appear
      • clicknium.is_existing
      • clicknium.find_elements
      • clicknium.find_element
    • UIElement
      • drag_drop
      • click
      • wait_property
      • set_text
      • set_focus
      • set_checkbox
      • send_hotkey
      • select_items
      • select_item
      • save_to_image
      • MouseLocation
      • mouse_up
      • mouse_down
      • hover
      • highlight
      • get_text
      • get_size
      • get_property
      • get_position
      • double_click
      • clear_text
      • child
    • WebDriver
      • Browser
      • WebDriver.attach_by_title_url
      • WebDriver.attach
      • WebDriver.open
      • Browser
        • browser.close
        • browser.maximize
        • browser.new_tab
        • browser.get_active_tab
        • browser.get_tab
        • BrowserTab
          • BrowserTab.find_element
          • BrowserTab.wait_disappear_by_css_selector
          • BrowserTab.close
          • BrowserTab.scroll
          • BrowserTab.refresh
          • BrowserTab.goto
          • BrowserTab.activate
          • BrowserTab.screenshot_to_image
          • BrowserTab.scrape_data
          • BrowserTab.wait_disappear_by_xpath
          • BrowserTab.wait_disappear
          • BrowserTab.wait_appear_by_css_selector
          • BrowserTab.wait_appear_by_xpath
          • BrowserTab.wait_appear
          • BrowserTab.is_existing_by_css_selector
          • BrowserTab.is_existing_by_xpath
          • BrowserTab.is_existing
          • BrowserTab.find_elements_by_css_selector
          • BrowserTab.find_elements_by_xpath
          • BrowserTab.find_elements
          • BrowserTab.find_element_by_css_selector
          • BrowserTab.find_element_by_xpath
          • BrowserTab
          • WebElement
            • child
            • WebElement
            • WebElement.scroll
            • WebElement.screenshot_to_image
            • WebElement.execute_js_file
            • WebElement.execute_js
            • WebElement.set property
            • WebElement.find_elements_by_css_selector
            • WebElement.find_elements_by_xpath
            • WebElement.find_elements
            • WebElement.find_element_by_css_selector
            • WebElement.find_element_by_xpath
            • WebElement.find_element
      • WebExtension
        • WebDriver.extension.install_or_update
        • WebDriver.extension.detect
        • WebDriver.extension.update
        • WebDriver.extension.install
        • WebExtension
    • Window
      • restore
      • minimize
      • maximize
      • Window
    • SAP
      • clicknium.sap.find_element
      • clicknium.sap.login
      • SAP
      • SapElement
        • SapElement.get_statusbar
        • SapElement.call_transaction
        • SapElement.select_item
        • child
        • SapElement
    • Java
      • clicknium.java.uninstall
      • clicknium.java.install
      • Java
    • Mouse
      • clicknium.mouse.position
      • clicknium.mouse.scroll
      • clicknium.mouse.move
      • clicknium.mouse.down
      • clicknium.mouse.up
      • clicknium.mouse.double_click
      • clicknium.mouse.click
      • Mouse
    • Configuration
      • disable_telemetry
      • enable_telemetry
      • Config
    • Exceptions
      • WindowsNativeError
      • WindowError
      • WebError
      • WebElementNotRespondingError
      • ScreenOperationError
      • ProjectSettingNotFoundError
      • NotSupportedOperationOptionError
      • NotSupportedError
      • LocatorUndefinedError
      • LocatorRequestError
      • InvalidOperationError
      • BrowserNotRunError
      • BrowserNotInstallError
      • ArgumentOutOfRangeError
      • ArgumentNullError
      • ArgumentError
      • UnreachableBrowserExtensionError
      • UnAuthorizedError
      • UiaPatternNotFoundError
      • OperationTimeoutError
      • NotSupportedOperationError
      • InvalidSelectedItemError
      • ExtensionOperationError
      • ElementNotFoundError
      • BaseError
betterdocs-category-icon

FAQ

1
  • Frequently Asked Questions (FAQ)
betterdocs-category-icon

Change Log

1
  • Change Log
  • Home
  • Documents
  • Reference
  • Clicknium Python API
  • WebDriver
  • Browser

Docs Category: Browser

  • browser.close
  • browser.get_active_tab
  • browser.get_tab
  • browser.maximize
  • browser.new_tab
  • BrowserTab
    • BrowserTab
    • BrowserTab.activate
    • BrowserTab.close
    • BrowserTab.find_element
    • BrowserTab.find_element_by_css_selector
    • BrowserTab.find_element_by_xpath
    • BrowserTab.find_elements
    • BrowserTab.find_elements_by_css_selector
    • BrowserTab.find_elements_by_xpath
    • BrowserTab.goto
    • BrowserTab.is_existing
    • BrowserTab.is_existing_by_css_selector
    • BrowserTab.is_existing_by_xpath
    • BrowserTab.refresh
    • BrowserTab.scrape_data
    • BrowserTab.screenshot_to_image
    • BrowserTab.scroll
    • BrowserTab.wait_appear
    • BrowserTab.wait_appear_by_css_selector
    • BrowserTab.wait_appear_by_xpath
    • BrowserTab.wait_disappear
    • BrowserTab.wait_disappear_by_css_selector
    • BrowserTab.wait_disappear_by_xpath
    • WebElement
      • child
      • WebElement
      • WebElement.execute_js
      • WebElement.execute_js_file
      • WebElement.find_element
      • WebElement.find_element_by_css_selector
      • WebElement.find_element_by_xpath
      • WebElement.find_elements
      • WebElement.find_elements_by_css_selector
      • WebElement.find_elements_by_xpath
      • WebElement.screenshot_to_image
      • WebElement.scroll
      • WebElement.set property
Facebook Twitter Youtube Slack

©2022 Clicknium.All Rights Reserved.

Terms of service |

Terms of privacy |

Commercial disclosure