Just a quick post to say that if any of you out there spend your day resizing and moving Selenium IDE after reopening it (it doesn't remember the previous window state), you can write a little script to do it for you using the handy 'wmctrl' :)
(on linux)
wmctrl -r 'Mozilla Firefox' -e 0,0,25,1330,1125
wmctrl -r "Mozilla Firefox" -b remove,maximized_vert,maximized_horz
wmctrl -a 'Mozilla Firefox'
wmctrl -r 'Selenium IDE' -e 0,1350,25,575,1125
wmctrl -a 'Selenium IDE'
The snippet above moves, unmaximises and raises firefox before moving and activiating the Selenium IDE.
Showing posts with label selenium-ide. Show all posts
Showing posts with label selenium-ide. Show all posts
Wednesday, 24 June 2009
Subscribe to:
Posts (Atom)