File: mouse_button.py

package info (click to toggle)
python-selenium 3.14.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,024 kB
  • sloc: python: 5,165; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
class MouseButton(object):

    LEFT = 0
    MIDDLE = 1
    RIGHT = 2