You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In about five minutes you will have the results the python script prints out.
Expected behavior
I would expect all three browsers to act like firefox does. It can fill a textarea with 4000 lines of text in under a second.
Actual behavior
Webkit takes some seconds at 2000 lines of text being filled to a textarea, 7 seconds at 3000 and over 12 at 4000 lines.
Chromium takes the biscuit, though: 5 seconds at 1000, 22 seconds at 2000 lines, 48 seconds at 3000 lines and about 85 seconds at 4000 lines.
Additional context
This is not a serious bug, just something I stumbled upon when writing automated test cases. Found a workaround too, I implemented a javascript function to just set the value attribute of a textarea element, then press tab on it so events fire.
The times seem to vary a bit. There have been times when four minutes were not enough for chromium to get the job done.
This may not even be Playwright problem but perhaps you can forward it, if that turns out to be true?
Version
1.48.0
Steps to reproduce
Expected behavior
I would expect all three browsers to act like firefox does. It can fill a textarea with 4000 lines of text in under a second.
Actual behavior
Webkit takes some seconds at 2000 lines of text being filled to a textarea, 7 seconds at 3000 and over 12 at 4000 lines.
Chromium takes the biscuit, though: 5 seconds at 1000, 22 seconds at 2000 lines, 48 seconds at 3000 lines and about 85 seconds at 4000 lines.
Additional context
This is not a serious bug, just something I stumbled upon when writing automated test cases. Found a workaround too, I implemented a javascript function to just set the value attribute of a textarea element, then press tab on it so events fire.
The times seem to vary a bit. There have been times when four minutes were not enough for chromium to get the job done.
This may not even be Playwright problem but perhaps you can forward it, if that turns out to be true?
Environment
The text was updated successfully, but these errors were encountered: