| bio | website | pursuitof42.com |
|---|---|---|
| location | Tennessee | |
| age | 30 | |
| visits | member for | 1 year, 3 months |
| seen | Jan 28 at 18:15 | |
| stats | profile views | 6 |
My website is an item that I need to launch, but having a hard time to decide exactly what I want to do with it. It's like anything, starting is the chore, then devoting a few minutes a day to it becomes easy...
|
Mar 14 |
awarded | Popular Question |
|
Feb 8 |
awarded | Yearling |
|
May 2 |
awarded | Commentator |
|
May 2 |
comment |
selenium runs the same method more then once No problem, I noticed that I couldn't flag it as a duplicate for that same reason. I think there is a question on meta about it, but I didn't do much reading. |
|
May 1 |
comment |
selenium runs the same method more then once This is an exact duplicate of their stackoverflow question: stackoverflow.com/questions/10383847/… |
|
Apr 25 |
awarded | Citizen Patrol |
|
Apr 24 |
comment |
How to determine whether a WebElement is a child of another WebElement? @Ardesco there is no need to extends WebElement to do this as it turns out. You can simply extend the LocatorFactory. Since I have a new annotation it made it quite easy to have a two pass location of elements occur (when the factory returns null, location is not performed). |
|
Apr 24 |
accepted | How to determine whether a WebElement is a child of another WebElement? |
|
Apr 24 |
revised |
How to determine whether a WebElement is a child of another WebElement? added 243 characters in body |
|
Apr 6 |
answered | How to determine whether a WebElement is a child of another WebElement? |
|
Apr 4 |
comment |
How to determine whether a WebElement is a child of another WebElement? I already have a WebElement which I've located (a module), I want to ensure that it's "in" another WebElement (i.e. a child). |
|
Apr 4 |
asked | How to determine whether a WebElement is a child of another WebElement? |
|
Mar 28 |
comment |
How to click a link / button implemented as a div or span element with WebDriver Did you create a custom locator to find the span element? I've found with the Java Bindings that you can't locate a link such as this with the linkText FindBy annotation. |
|
Mar 12 |
awarded | Critic |
|
Mar 6 |
accepted | Testers Performance Indicators / Metrics |
|
Mar 2 |
asked | Testers Performance Indicators / Metrics |
|
Feb 23 |
comment |
JUnit Status Messages I should have thought of the TestWatcher first, as I had already been using that to report status messages back to Sauce Labs, which I had done in a POC. |
|
Feb 23 |
accepted | JUnit Status Messages |
|
Feb 22 |
comment |
JUnit Status Messages For instance with this test I will see the one assertion error, but not see anything for the other two topics, it'd be nice to see that topic1, topic2 passed without needing to look at the code to see which items were tested. |
|
Feb 22 |
asked | JUnit Status Messages |