Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Support contextmenu ("right click") events using sendEvent('contextmenu') #13870

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2016

  1. Support contextmenu events using webpage.sendEvent('contextmenu')

    Phantomjs issue
    ariya#11429
    
    Fixes ariya#11429 by allowing to send a "contextmenu" event. Intentionally
    does not map a "click" event using "right" button into contextmenu event
    because this would be inconsistent with how browsers work.
    
    Related issue in Ghostdriver:
    https://github.com/detro/ghostdriver/issues/125
    Artur- committed Jan 9, 2016
    Copy the full SHA
    e42c102 View commit details
    Browse the repository at this point in the history