-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Question]How to enter text in div tag in playwright test tool? #2297
Comments
Can you provide an example of what your app code looks like using https://codesandbox.io/ or something similar? Otherwise it's impossible to say why this isn't working. |
|
Thanks @pavelfeldman @celeryclub It is working when i use page.type('hello'). |
Hmm this does not seem to work in Playwright 1.17. The signature of |
I would think to use |
I am getting error( Error: Element is not an , <textarea> or [contenteditable] element.) when i try to enter text in div tag
Here is code.
The text was updated successfully, but these errors were encountered: