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
I am using butler-mainframe to automate IBM personal communication. I am able to open the application and scan the screen, get the cursor location successfully but not able to write on the screen. The weirdness here is, i am not getting any error on the script. So not sure what the issue is? is there any settings i need to change in application for the script to write on the screen or do i need to pass any additional arguments from my script?
All i am trying to do is, open the screen and enter username and password and hit enter.
Hello,
if the screen scan works, the connection was established, so you should be able to write text on the screen.
If you try to use the session A, it works? If yes you should check your config file
I am using butler-mainframe to automate IBM personal communication. I am able to open the application and scan the screen, get the cursor location successfully but not able to write on the screen. The weirdness here is, i am not getting any error on the script. So not sure what the issue is? is there any settings i need to change in application for the script to write on the screen or do i need to pass any additional arguments from my script?
All i am trying to do is, open the screen and enter username and password and hit enter.
steps i followed,
host.write 'password', :y => 7, :x => 30
i appreciate any help on this at the earliest. Thanks in advance
The text was updated successfully, but these errors were encountered: