| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | Aug 9 '11 at 12:32 | |
| stats | profile views | 4 |
|
Jul 31 |
comment |
Open SSL / Https url using selenium-rc Thanks a lot for your suggestion. I will take this suggestion in logging my query in future. I have edited my query. Thanks again!+1 |
|
Jul 31 |
comment |
Open SSL / Https url using selenium-rc Many Thanks for this help. The xyz.com is a just a example. I have trouble on opening any https website through selenium RC in IE and FF browser both, as they prompt for accept the SSL certificate. This article helped me a lot … |
|
Jul 29 |
comment |
Open SSL / Https url using selenium-rc When I open selenium.open("https//xyz.com"); Its opens a popup for the accept security certificate. |
|
Jul 20 |
comment |
Selenium-2 Webdriver browser support Thanks @ Tarun Bhadauria, I think this is because of fire-wall setting in my office, I will check this link outside.. +1 |
|
Jul 19 |
comment |
Selenium-2 Webdriver browser support I am sorry Tarun, but still I am not abel to open htttp://groups.google.com/forum/#!topic/selenium-developers/enmbgeQRmJ8 see "#!topic" |
|
Jul 19 |
comment |
Selenium-2 Webdriver browser support Thanks Tarun for quick response, But I am not able to open this link, Please check.. |
|
Jun 30 |
comment |
Selenium: Ajax Testing Thanks a lot Hannibal and Ardesco for this great help. I got this form one article agilesoftwaretesting.com/?p=111 JQuery: “jQuery.active” Prototype: “Ajax.activeRequestCount” Dojo: “dojo.io.XMLHTTPTransport.inFlight.length” So if there is Ajax call we can use second option. Please correct me if I am missing something …. Thanks in Advance |
|
Jun 29 |
comment |
Selenium: Ajax Testing Hey @Tarun I still need the answer of the first point...:) Thanks a lot again |
|
Jun 28 |
comment |
Check an element through Selenium RC Thanks a lot again. |
|
Jun 27 |
comment |
Check an element through Selenium RC Please Comment.. |
|
Jun 27 |
comment |
Check an element through Selenium RC One more thing for postion of an element check. We have this x,y coordinate in Selenium? |
|
Jun 27 |
comment |
Check an element through Selenium RC Thanks a lot lot @Tarun, This is my understanding on this … getElementPositionLeft(buttonLocator).equal("some pixels")) ,As you mentioned in one of my x,y coordinate, that first we check the element x and y position & store it in variable. After that verify it on run time. Is it OK? |
|
Jun 27 |
comment |
Selenium:how to delete single characters from a textbox Thanks a lot @user246 |
|
Jun 27 |
comment |
Selenium:With selelenium RC can we scroll the scrollbar up or down of browser. Thansk a lot. I can use :selenium.getEval("window.scrollTo(0,0)"); |
|
Jun 26 |
comment |
Selenium: How to set x and y coordinate position Thanks again... |
|
Jun 24 |
comment |
Selenium:how to delete single characters from a textbox Thanks a lot. But what this "\u0008" is? ASCII value of backspace is 0x08 |
|
Jun 24 |
comment |
Selenium: How to set x and y coordinate position Thanks Tarun , So In this case if I have to move my mouse at particular position i need to store the x,y values in string and then use mouseMoveAt() similar for clickAt() method etc... |