WaitForString not work for Chinese characters [1]

WaitForString not work for Chinese characters

Wednesday, June 6, 2018 7:47 AM - Andy

here is the vbs
Sub Main
xsh.Screen.Synchronous = true
xsh.Session.Sleep(10)
xsh.Screen.WaitForString("登录")
xsh.Screen.Send("root")
End Sub

Program Ver. : Xshell 5


Re: WaitForString not work for Chinese characters

Friday, June 8, 2018 2:54 AM - Support

Currently, some multi-byte script characters, including Chinese, are not able to be processed in a UTF-8 environment.

This issue has been reported to our dev team. Thank for the report.

Technical Support

Like us on Facebook
Follow us on Twitter
Visit our blog Blog


Previous views: 241