| bio | website | |
|---|---|---|
| location | India | |
| age | 28 | |
| visits | member for | 2 years |
| seen | May 16 at 12:16 | |
| stats | profile views | 32 |
Sr S/W Test Engineer
|
Jul 27 |
accepted | How do I write a script to be executed by Hudson to automatically restart test environment machines? |
|
Jul 27 |
accepted | Testing NOSQL DB's like distributed Cassandra |
|
Jul 27 |
accepted | Maintaining automation framework for different browsers like IE and FF |
|
Jul 27 |
accepted | Estimating a testing project |
|
Jul 21 |
answered | SafariDriver is not responding after opening a URL |
|
Jul 20 |
revised |
Choosing framework type for selenium RC/Webdriver deleted 187 characters in body |
|
Jul 20 |
accepted | Need help to frame locator for webdriver script |
|
Jul 20 |
comment |
Choosing framework type for selenium RC/Webdriver @Tarun I didn get your question |
|
Jul 20 |
revised |
Unable to add Safari developer certificate in safari deleted 4 characters in body |
|
Jul 19 |
answered | Unable to add Safari developer certificate in safari |
|
Jul 19 |
asked | Unable to add Safari developer certificate in safari |
|
Jul 19 |
asked | Choosing framework type for selenium RC/Webdriver |
|
Jul 18 |
comment |
Rule of thumb for using wait() The following are the type of waits i said about, it waits until the expectation is met new WebDriverWait(driver, 10).until(ExpectedConditions.presenceOfElementLocated(By.name("btnG"))); new WebDriverWait(driver, 10).until(ExpectedConditions.elementToBeClickable(By.name("btnG"))); driver.findElement(By.name("btnG")).click(); new WebDriverWait(driver, 3).until(ExpectedConditions.titleIs("webdriver - Google Search")); |
|
Jul 11 |
answered | Rule of thumb for using wait() |
|
Jun 29 |
comment |
SafariDriver is not responding after opening a URL Its working now. I was using safari extension of 2.21 build and selenium server jar of 2.21. Now updated to both extension and jar file of 2.24 release . |
|
Jun 28 |
comment |
SafariDriver is not responding after opening a URL Its working now, was a mistake on my part. |
|
Jun 28 |
comment |
SafariDriver is not responding after opening a URL As i opened the web inspector and checked in console. It was saying command inactive after opening url. Also I tried with different websites or urls. |
|
Jun 28 |
comment |
SafariDriver is not responding after opening a URL @DanSnell, No nothing executes after .get() opens the urls. Its like no response comes to webdriver after driver.get() executes. I tried giving different commands after driver.get(). |
|
Jun 27 |
asked | SafariDriver is not responding after opening a URL |
|
Jun 1 |
awarded | Notable Question |