365 reputation
1715
bio website
location Portland, OR
age
visits member for 1 year, 7 months
seen May 15 at 23:55
stats profile views 21

software quality assurance engineer, programmer, and all-around technology enthusiast


Oct
20
comment How do I start the Internet Explorer WebDriver for Selenium in Python?
Fair enough. Yeah, I understand the need for such things. Some barrier to entry is always good for websites. Just frustrating when you are a "power user" and already know how things work. ;-)
Oct
19
comment How do I start the Internet Explorer WebDriver for Selenium in Python?
I tried to post this as an answer, but I need 100 reputation points. That is a stupid requirement.
Oct
19
comment How do I start the Internet Explorer WebDriver for Selenium in Python?
So no one else has to go through this hassle, this is how you do it: # Create a new instance of the Internet Explorer driver browser = webdriver.Ie() You'll also want to do this "Protected Mode must be set to the same value (enabled or disabled) for all zones" in IE's security settings if your on Vista or Windows 7.
Oct
19
asked How do I start the Internet Explorer WebDriver for Selenium in Python?
Oct
19
asked Pretty / GUI formatting for the nosetests.xml xUnit report?
Oct
19
comment Selenium: reuse existing browser session, instead of opening new windows?
Funny, I was just reading about this this morning, and I think it will solve my browser windows problem. Thank you.
Oct
19
accepted Selenium: reuse existing browser session, instead of opening new windows?
Oct
18
revised Selenium: reuse existing browser session, instead of opening new windows?
edited tags
Oct
18
asked Selenium: reuse existing browser session, instead of opening new windows?
Oct
17
comment How do I close the browser window at the end of a Selenium test?
I tried with Firefox. .stop() doesn't work. .close() results in "Exception: ERROR Server Exception: sessionId should not be null; has this session been started yet?"
Oct
13
comment How do I close the browser window at the end of a Selenium test?
That may be what I'm encountering. I will test with another browser when I get a chance.
Oct
12
comment How do I close the browser window at the end of a Selenium test?
.quit() did not work
Oct
12
comment How do I close the browser window at the end of a Selenium test?
Okay. I will try .quit(). I found that .stop() will stop the server, but not close the window.
Oct
11
asked How do I close the browser window at the end of a Selenium test?
Oct
11
comment Logging with Selenium Server?
Thanks. I'm going to spend today reading about unittest and nose. Links for people who may come across this thread in the future: docs.python.org/library/unittest.html readthedocs.org/docs/nose/en/latest
Oct
11
accepted Logging with Selenium Server?
Oct
11
asked Logging with Selenium Server?