Autify JavaScript Snippets
  • EN
    • 日本語
    1. Autify JavaScript Snippets
    Edit page

    Autify JavaScript Snippets

    See Usage first.

    • Getting Started
      • Usage
    • Snippets
      • Mouse
        • Click an element
        • Double click an element
        • Click an element found by XPath
        • Right click
        • Mouse over
        • Drag and drop using DragEvent
        • Drag and drop using MouseEvent
        • Canvas mouse event
      • Values
        • Generate random integer
        • Get text content
        • Get the value entered into an Input or Textarea element
        • Get date and time string
        • Set input element value
        • Set textarea element value
      • Assertions
        • Confirm an element is checked or not
        • Confirm an element is disabled
        • Confirm an element has style
        • Confirm a value of an attribute
        • Confirm an element having attribute
        • Confirm an element must not to have attribute
      • Keyboard
        • Press Enter
      • Scroll
        • Scroll by coordinate
        • Scroll until an element is displayd
        • Scroll inside of an element
      • Others
        • Delay (with await)
        • Find an element by its innerText
        • put text in a selecting state
        • Reading clipboard value
        • Search for text in a table and operate the specific column of the found row.
        • Send GET / POST request synchronously
        • Page back / forward / reload
        • Click an element in iframe
        • Import a JavaScript library
    Content licensed under Apache-2.0 License
    Back to top