🇻🇳
GPM Automate VI
  • NO-CODE AUTOMATION
    • Một số biến mặc định
    • Các block
      • Normal block
      • For
      • While
      • If
      • Else if
      • Else
    • Variables
      • Set variable
      • Increase variable
      • Decrease variable
      • Count
    • Workflow
      • Exit loop
      • Next loop
      • Delay
    • Text & number
      • Random text
      • Split text
      • Read json
      • Random number
      • Math execute
      • 2FA code
  • File & Folder
    • File exists
    • Copy file
    • Move/rename file
    • Delete file
    • File read all text
    • File read all lines
    • File write all text
    • File append line
    • Read excel file
    • Write excel file
    • Append excel file
    • Folder exists
    • Create folder
    • Move / rename folder
    • Delete folder
    • Folder get file list
  • Clipboard
    • Get clipboard text
    • Set clipboard text
  • HTTP
    • HTTP Request
    • HTTP Download
  • Image Search
    • Wait to image
    • Image exists
    • Image search
    • Ví dụ kết hợp
  • AI
    • ChatGPT
  • Mail
    • Read mail code
    • Read outlook (Oauth2)
  • Navigation
    • New tab
    • Active tab
    • Close tab
    • Go to URL
    • Back URL
    • Reload
    • Get URL
    • Wait URL Changed
  • Element
    • Wait element
    • Get element attribute
    • Get element text
    • Count element
  • Mouse
    • Mouse click
    • Mouse try to click
    • Mouse move
    • Mouse press and hold
    • Mouse release
    • Mouse scroll
  • Keyboard
    • Key press
    • File upload
    • Select dropdown
  • Scroll
    • Random scroll
    • Scroll to top
    • Scroll to bottom
    • Scroll to element
  • Switch
    • Switch to default
    • Switch to frame
    • Switch to popup
  • Cookie
    • Import cookie
    • Export cookie
  • Alert
    • Accept alert
    • Cancel alert
  • Javascript
    • Execute JS code
    • Get extension id
  • References
    • Call function
  • Google service
    • Read google sheet
    • Write google sheet
Powered by GitBook
On this page
  1. Keyboard

Key press

Gõ một nội dung lên trang web.

  1. Type: Có 3 kiểu key press đó là: Single key: Nhấn 1 phím. Combo key: Nhấn tổ hợp phím. Text: Gõ đoạn text.

  2. KEY: Nội dung cần gõ.

  3. Delay each character: Thời gian delay giữa khi gõ các ký tự. Nếu bạn muốn thời gian delay là 0s (không trễ, paste luôn) thì mục này điền 0,0. Nếu nội dung text có sử dụng emoji (biểu tượng cảm xúc), thì mục này điền -1.

  4. Danh sách các phím có thể nhấn ở Single key và Combo key: Bạn có thể tìm danh sách này ở file KeyList ở thư mục cài đặt của GPM Automate.

  5. Các phím có thể nhấn: Alt ArrowDown ArrowLeft ArrowRight ArrowUp Backspace Cancel Clear Command Control Decimal Delete Divide Down End Enter Equal Escape F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Help Home Insert Left LeftAlt LeftControl LeftShift Meta Multiply Null NumberPad0 NumberPad1 NumberPad2 NumberPad3 NumberPad4 NumberPad5 NumberPad6 NumberPad7 NumberPad8 NumberPad9 PageDown PageUp Pause Return Right Semicolon Separator Shift Space Subtract Tab Up ZenkakuHankaku

PreviousKeyboardNextFile upload

Last updated 1 month ago