|
Dec
17 |
|
awarded | Notable Question |
|
Nov
14 |
|
awarded | Popular Question |
|
Aug
21 |
|
awarded | Popular Question |
|
May
7 |
|
awarded | Teacher |
|
Apr
20 |
|
awarded | Commentator |
|
Apr
20 |
|
comment |
Extracting hidden text with Selenium @Gil_G You should accept the answer |
|
Apr
11 |
|
comment |
How to determine whether a WebElement is a child of another WebElement? You can also use other By methods such as ClassName, CssSelector, etc. (not only XPath) to locate the child or parent element.
|
|
Apr
11 |
|
comment |
How can I automate testing of HTTP requests? I've finally had time to try this and it worked. Also I found a very useful .Net library for working with Selenium and BrowserMob proxy by Adrian Hills and David Burns here: AdaTheDev |
|
Mar
29 |
|
comment |
How to start a Selenium2 WebDriver window in background? Thanks - that's useful to know. I'll certainly look into contributing some documentation too. |
|
Mar
27 |
|
answered | How to click a link / button implemented as a div or span element with WebDriver |
|
Mar
27 |
|
comment |
How can I automate testing of HTTP requests? Thanks. I did search but didn't spot that question. I'll take a look and see if it helps. |
|
Mar
27 |
|
asked | How can I automate testing of HTTP requests? |
|
Mar
26 |
|
awarded | Scholar |
|
Mar
26 |
|
accepted | Problem catching Selenium Webdriver NoSuchElementException |
|
Mar
26 |
|
comment |
Problem catching Selenium Webdriver NoSuchElementException I tried this and it worked to avoid the exception. I'm still curious as to why the NoSuchElementException isn't caught by my code above - perhaps a problem with the NoSuchElementException class itself? But it's much better to avoid the exception being thrown at all, so thanks for the solution :) |
|
Mar
24 |
|
awarded | Student |
|
Mar
23 |
|
asked | Problem catching Selenium Webdriver NoSuchElementException |
|
Mar
14 |
|
answered | How can I send the action "Ctrl" + "Alt" + "Double Click" to the browser |
|
Mar
13 |
|
comment |
How to start a Selenium2 WebDriver window in background? I've tried the above both with Chrome and Firefox but unfortunately without success. The Chrome driver doesn't accept DesiredCapabilities as an argument. It does accept ChromeOptions - and I was able to set options that affected the browser (such as --start-maximized), but there isn't an option to minimize or open in background. Thanks for your help though!
|
|
Mar
13 |
|
awarded | Supporter |