robotframework / SeleniumLibrary

Web testing library for Robot Framework
Apache License 2.0
1.36k stars 752 forks source link

Removed deprecation of `Press Key` keyword #1891

Closed emanlove closed 2 months ago

emanlove commented 2 months ago

Reverted keyword documentation on Press Key. Also added note telling about the differing underlying methods and to try the other if the one used does not work.

aaltat commented 2 months ago

One can always write RoboTidy transformer to ease the transition from old keyword to new one

emanlove commented 2 months ago

I would like to, eventually, transition the keyword, either to new name or a single keyword where one selects the underlying method used to send/press/input keys.