Skip to content

Instantly share code, notes, and snippets.

View mrhumster's full-sized avatar

AHTOН XOMRKOB mrhumster

  • Omsk
View GitHub Profile
@erquhart
erquhart / selection-command.js
Last active December 11, 2024 03:28
Text selection commands for Cypress.io
/**
* Credits
* @Bkucera: https://github.com/cypress-io/cypress/issues/2839#issuecomment-447012818
* @Phrogz: https://stackoverflow.com/a/10730777/1556245
*
* Usage
* ```
* // Types "foo" and then selects "fo"
* cy.get('input')
* .type('foo')