robotframework / SeleniumLibrary

Web testing library for Robot Framework
Apache License 2.0
1.38k stars 759 forks source link

Input string Text while just show last character in input box when using Input Text keyword #1873

Closed wisdom2018 closed 9 months ago

wisdom2018 commented 9 months ago

For issues

Input "TR4097RE6" into input text while just show 6 character

Expected behavior and actual behavior

show all string "TR4097RE6"

Environment

Browser: Chrome Browser driver: Chrome Driver Version 120.0.6099.71 Operating System: MacOS Libraries

emanlove commented 9 months ago

This is likely due to the application under test and the field you are entering data into. Might I suggest you try Press Keys instead to enter data into that field.

emanlove commented 9 months ago

Closed due to lack of activity.