Skip to content

A Google Chrome extension that allows you to simulate human actions when interacting with a website. On the base JavaScript

Notifications You must be signed in to change notification settings

Rolleas/Pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Pointer

A Google Chrome extension that allows you to simulate human actions when interacting with a website. On the base JavaScript

Example

  • Move mouse and click to random element
pointer.move_to_random_element_and_click()

moves mouse to any element of the <a> tag and clicks on it

  • Move mouse to random element
pointer.move_mouse_to_random_element()

moves mouse to any element of the <a> tag

  • Move mouse to element by css selector
pointer.move_mouse_to_element(selector)

moves the cursor to the element by css selector

  • Click to element by css selector
pointer.click_element(selector)

click to the element by css selector

To do

  • Scroll
  • Move mouse by element selector
  • Move mouse and click by element selector
  • Double click
  • Events

About

A Google Chrome extension that allows you to simulate human actions when interacting with a website. On the base JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published