Boghe IMS client automation

313 Views Asked by At

I was trying to automate Boghe IMS client on python 2.7.9, Can anyone help me how to find the co-ordinates of Boghe GUI and also how to pass "string" over that co-ordinates.

UserA(Boghe GUI) to UserB(Boghe GUI) IMS call has established manually.

Any suggestions would be helpful.

1

There are 1 best solutions below

2
On

If you install the standard AutoIt Version (without python), you get a programm called "AutoIt v3 Window Info". Take the Finder Tool and hover it over your window and there you go.

Also there is the command WinGetPos. Just give the windowname and read the data from the array. More info in the linked website.

I dont know Boghe IMS, if there is a textbox you can focuse on it and use the Send command.

Send("UserA(Boghe GUI) to UserB(Boghe GUI) IMS call has established manually.")