OXYGEN
HomeGitHubReleasesCommunity
  • Welcome to Oxygen
  • About
    • What is Oxygen?
    • Getting Started (Videos)
      • Oxygen IDE Controls Overview
      • Recording a Web Test
      • Oxygen Commands Explained
    • Getting help
  • Download and work with Oxygen
    • Download & Installation
      • Oxygen IDE Installation
      • Oxygen for Mobile Installation
      • Oxygen for Windows Desktop Automation Setup
      • Oxygen for Mac Installation
        • Mac Installation Troubleshooting
      • Oxygen CLI Installation
      • Java Installation Instructions
      • Recording Troubleshooting
    • Start working with Oxygen
      • Getting Started - Web
        • Introduction - Web Testing
        • Recording a Web Test
        • Creating a Web Test
        • Sample Project - Web Test
      • Getting Started - Mobile
        • Introduction - Mobile Testing
        • Recording a Test on Mobile
        • Creating a Test - Mobile
        • Sample Project - Mobile
      • Getting Started - Oxygen for Windows Desktop Automation
      • Getting Started- Oxyge CLI
        • Running a Test Script on Windows
        • Running Multiple Tests (Suites) on Windows
    • Oxygen Modules
      • assert
      • date
      • db
      • email
      • eyes
      • http
      • log
      • mailinator
      • mob
      • pdf
      • proxy
      • serial
      • shell
      • soap
      • twilio
      • utils
      • web
      • win
    • Test Parameters
  • Cloud Providers
    • Sauce Labs
    • Lambda Test
    • TestObject
  • Advanced programming in Oxygen
    • Project Configuration
    • Locating Elements
    • Page Objects
    • Environments
    • Code Components
Powered by GitBook
On this page
  • check
  • checkWindow
  • dispose
  • init

Was this helpful?

  1. Download and work with Oxygen
  2. Oxygen Modules

eyes

Provides access to Applitools Eyes service.

check

Preform visual validation for a certain target.

Parameters:

Name

Type

Description

name

string

A name to be associated with the match.

checkWindow

Takes a snapshot of the application under test and matches it withthe expected output.

dispose

Closes Applitools Eyes session, terminates the sequence of checkpoints, and then waits for and returns the test results.

Returns:

TestResult - Eyes test result.

init

Initializes Applitools Eyes session.

Parameters:

Name

Type

Description

module

string|object

A module name or a reference to the mododule to be associated with Eyes current session.

PreviousemailNexthttp

Last updated 3 years ago

Was this helpful?