| bio | website | |
|---|---|---|
| location | Portland, OR | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | 2 days ago | |
| stats | profile views | 21 |
software quality assurance engineer, programmer, and all-around technology enthusiast
|
May 5 |
awarded | Notable Question |
|
Apr 23 |
accepted | Best practices for developers to increase testability of web apps for QA? |
|
Apr 22 |
asked | Best practices for developers to increase testability of web apps for QA? |
|
Feb 18 |
awarded | Famous Question |
|
Dec 13 |
awarded | Notable Question |
|
Nov 27 |
awarded | Popular Question |
|
Nov 20 |
awarded | Yearling |
|
Oct 31 |
awarded | Notable Question |
|
Sep 18 |
awarded | Notable Question |
|
Aug 30 |
comment |
How do I start the Internet Explorer WebDriver for Selenium in Python? I agree with Phil, but will add that it sounds like the import might be failing. Make sure you have Selenium installed (e.g. pip install selenium). |
|
Aug 27 |
awarded | Tumbleweed |
|
Aug 21 |
accepted | How to fix intermittent typing problems with send_keys? |
|
Aug 21 |
awarded | Teacher |
|
Aug 20 |
asked | More official way to leave browser window open upon failure? |
|
Aug 17 |
answered | Conditional statement for fail and error test outcomes in Selenium? |
|
Aug 16 |
asked | Conditional statement for fail and error test outcomes in Selenium? |
|
Aug 16 |
answered | How to fix intermittent typing problems with send_keys? |
|
Aug 15 |
revised |
How to fix intermittent typing problems with send_keys? added 147 characters in body |
|
Aug 15 |
comment |
How to fix intermittent typing problems with send_keys? It's still failing with my new method of clicking outside the find area instead of sending an ESCAPE or TAB. It failed differently this time. Instead of repeating part of the word, it just stopped typing. See: i.imgur.com/0GA3u.png -- the text should have been 'Hashcode:9AA5F1085C9E8E8FBCB3D4B9E7A6E47F'. It's still quite intermittent: 1 in 1,150 searches. |
|
Aug 14 |
comment |
How to fix intermittent typing problems with send_keys? Sam, that's a good idea. I will put that on my to do list. Do you know if there's some kind of debug logging I could enable to get more info when it happens? |