Search found 2 matches
- 24 Sep 2014, 18:09
- Forum: Support
- Topic: Ubuntu script does not perform click
- Replies: 3
- Views: 2283
Re: Ubuntu script does not perform click
I tried adding Pause between clicks but no change. What fixed it for me was to use Ubuntu command xmousepos (http://manpages.ubuntu.com/manpages/hardy/man1/xmousepos.1.html). Rather then use the mouse pos that came from the cross hair option, I used the x & y root position provided by xmousepos ...
- 22 Sep 2014, 15:05
- Forum: Support
- Topic: Ubuntu script does not perform click
- Replies: 3
- Views: 2283
Ubuntu script does not perform click
Clicking a row w/in application on Ubuntu doesn't seem to work. I am running a simple 4 line action script. 1 - Select window and maximize -> works 2 - Select same window and bring to foreground -> works 3 - Click a row on same window -> Does not appear to work as the row does not become highlighted...