AutoIt- How to enter a value in textbox on Bitvise

470 views Asked by At

I want to write for a program to connect SSH using Bitvise SSH Client.

How can I enter a value in textbox (Host, usename and pass) in Bitvise SSH client?

I tried using ControlSetText but it didn't work. Please help me!

Jz5Lv

B2o3e

1

There are 1 answers

0
Panama Jack On

You can try ControlSend or Send to send raw key strokes. ControlSend is more reliable so I would try that first.

Use the Control tab on the AutoIt Window Info Tool to get the control for that window then use that with ControlSend.