Skip to content

Instantly share code, notes, and snippets.

View mrhumster's full-sized avatar

Anton Khomyakov mrhumster

  • Omsk
View GitHub Profile
@erquhart
erquhart / selection-command.js
Last active July 23, 2025 20:56
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')