Types
The library exports the following types:
Selector
#
This is a utility type that you should use for typing selectors. It extends Cypress.Chainable
(so it can be used as any other chainer) and adds some internal information to make it possible to specify child-parent relationship by reference
like the following:
Chainable
#
Chainable
is just an alias of Cypress.Chainable
type. You can use it to get nice auto-completion in your IDE when working with selectors.