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
Message=type object 'VNCDoToolClient' has no attribute 'type'
client.type('cmd')
^^^^^^^^^^^
AttributeError: type object 'VNCDoToolClient' has no attribute 'type'
The text was updated successfully, but these errors were encountered:
Again: RTFM! keyPress works on single keys, e.g. a single character. To type a string you have to press multiple keys.
And be warned: there is not a single mapping from "character" to "key": to type some characters you have to press Shift/Alt/Ctrl/Compose/… keys before pressing a key and then releasing them again in the (correct) order. That is a deficiency of VNC; see #269 (comment) for details
I am using python 3.11 with vncdotool and following is my code
I am getting below error on
client.type('cmd')
:The text was updated successfully, but these errors were encountered: