Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force option required #12

Open
joeytall opened this issue Apr 18, 2022 · 1 comment
Open

Force option required #12

joeytall opened this issue Apr 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@joeytall
Copy link

Current behavior:

cy.get(selector).fill(text) does not work if selector element is hidden.

Desired behavior:

cy.get(selector).fill(text, {force: true}) to force fill just like cyprss.type(text, {force: true})

Versions

Cypress: 6.5.0
OS: mac
Browser: Chrome

@joeytall joeytall added the enhancement New feature or request label Apr 18, 2022
@DanielFerrariR
Copy link
Owner

Hi joeytall, thanks for sharing this. I will take a look into this issue soon. If you have time and already have a fix for this please share and I can update the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants