I'm trying to access environment variables on Windows machines really so I can determine where to download a file to. In order to make my scripts truly portable and to run them over the grid I need to be able to find a good predictable place to put the downloaded files. If I'm running locally I can simply use ENV['UserProfile']. If I'm running over the grid it's obviously just going to return me the host machines value. I'd like to do this without writing my own plugin for the grid and I was wondering if anyone had a sort of out of the box solution. This probably belongs more in the selenium group, but I usually have better luck here.
Thanks! -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
