Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Keys

Hierarchy

  • Keys

Index

Properties

getSequenceFor

getSequenceFor: getSequenceFor

Return the correct unicode sequence representing given key and control combination. Usage example:

await driver.write(getSequenceFor({ name: 'a', meta: true, shift: true }))

Methods

backspace

  • backspace(): string
  • Returns string

escape

  • escape(): string
  • Returns string

return

  • return(): string
  • Returns string

tab

  • tab(): string
  • Returns string

Generated using TypeDoc