marmelab / gremlins.js

Monkey testing library for web apps and Node.js

Home Page:https://marmelab.com/blog/2020/06/02/gremlins-2.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for right click (or in general other buttons)

mvanassche opened this issue · comments

Describe the feature you'd like:

Extend the clicker with button options to allow, for instance right clicks.

Suggested implementation:

Maybe extend click types to click-button-2 or rightclick ?

Describe alternatives you've considered:

Workaround: create a custom gremlin.

While the feature request might still makes sense in general,
using contextmenu as click type was actually what I was looking for.

So, contextmenu fulfills my need.