Clusteer
Github Repo
  • โšกIntroduction
  • ๐ŸŽ‰Support
  • Getting Started
    • ๐Ÿ†Benchmarks
    • ๐Ÿš€Installation
      • Docker
      • Laravel Sail (Docker)
    • โœจStarting the server
    • ๐Ÿ™ŒBasic example
  • Client commands
    • ๐Ÿ˜Cookies
    • ๐ŸžDebug console
    • ๐Ÿ‘จโ€๐ŸŽจ Screenshot
    • ๐ŸงตRequest metadata
    • โŒšWaiting for requests
  • Actions
    • #๏ธโƒฃ Keyboard commands
    • ๐ŸMouse commands
  • Advanced
    • ๐ŸŽ€Custom Script
    • ๐Ÿ‘ฉโ€๐Ÿš€ Custom Actions
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Actions

Mouse commands

Previous#๏ธโƒฃ Keyboard commandsNextCustom Script

Last updated 3 years ago

Was this helpful?

Same as with the , you may also mimick clicks.

Note: the actions defined here are running before the request ends, so you may specify actions to run during the render.

Clusteer::to('https://example.com')
    ->leftClick('td[class="mouse-1"]')
    ->rightClick('td[class="mouse-2"]')
    ->middleClick('td[class="mouse-3"]')
    ->get();
๐Ÿ
keyboard