botcity-framework-core-python icon indicating copy to clipboard operation
botcity-framework-core-python copied to clipboard

Insert functionality for keyboard commands.

Open gmellogomind opened this issue 1 year ago • 0 comments

The keyboard commands such as bot.enter(), bot.tab(), among others, have an option for the wait argument, where an integer value is passed to wait after the action is performed.

I would like to suggest a modification to insert this option to wait both before and after the action, something like wait_before and wait_after, which would assist in development instead of having to pass a bot.wait() before performing the action.

gmellogomind avatar Jul 02 '24 19:07 gmellogomind