#9491 closed enhancement (fixed)
Robot: allow meta modifier
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | TestFramework | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Add support the meta modifier to typeKeys(), in addition to ctrl, alt, and shift, so that tests can do commands like this on mac:
doh.robot.typeKeys("a", {meta: true});
(to select all the text)
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
(In [18533]) Support meta modifier to keyPress(), in addition to ctrl, alt, and shift. This is so we can write tests that run on mac.
Also added in some notes on building DOHRobot on mac.
Fixes #9491 !strict.