| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | May 4 at 0:19 | |
| stats | profile views | 0 |
|
Apr 5 |
awarded | Famous Question |
|
May 31 |
awarded | Notable Question |
|
Jan 26 |
awarded | Popular Question |
|
Oct 7 |
awarded | Student |
|
Jul 8 |
awarded | Teacher |
|
Jul 8 |
answered | Automate verification of emails being received |
|
Jul 7 |
awarded | Scholar |
|
Jul 7 |
accepted | What is the correct way to select an <option> using Selenium's Python WebDriver |
|
Jul 7 |
comment |
What is the correct way to select an <option> using Selenium's Python WebDriver No worries Jason. I tried to answer it myself earlier but six hours have to elapse before I could. I'll give you the kudos anyway :) |
|
Jul 7 |
comment |
What is the correct way to select an <option> using Selenium's Python WebDriver My test doesn’t work with option.click(), but it does work with option.select(). In the latest webelement.py source, select has been removed, and click must be used in it’s place. It will be interesting to see if my test works with the latest release. |
|
Jul 7 |
comment |
What is the correct way to select an <option> using Selenium's Python WebDriver Oh dearie me, of course it works. It was my fault for calling click() on the default <option>, which made it look like nothing had changed. |
|
Jul 7 |
awarded | Editor |
|
Jul 7 |
revised |
What is the correct way to select an <option> using Selenium's Python WebDriver added 4 characters in body |
|
Jul 7 |
asked | What is the correct way to select an <option> using Selenium's Python WebDriver |