Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # launch xclock on localhost. note that there is an xterm in the top-left
- Net::VNC.open '192.168.3.107:5900', :shared => true, :password => 'pass' do |vnc|
- vnc.pointer_move 500, 500
- vnc.type 'hello world'
- vnc.key_press :return
- end
Advertisement
Add Comment
Please, Sign In to add comment