You cannot post messages because only members can post, and you are not currently a member.
Description:
Indian Selenium Users Group
Selenium is an open source functional testing tool written by ThoughtWorks and friends. This group is for people who use selenium or are interested in it.
We would eventually be planning meets and camps in Indian cities on Selenium.
|
|
|
How to get back control to page1 after going to page2 by clicking on link in page1
|
| |
Hello, In a page that I'm finding elements there is a link to google, now if we run the following code it will find the elements on my test page, and then it either clicks or sendkeys. In test page there is a link to go to google, when this element is clicked, the google page opens, and the execution stops, how to come back to my test page after google is open, so that remaing elements can be tested?... more »
|
|
CSS nth-child Selector
|
| |
In CSS Selector, we have a very useful structural pseudo-class selector i.e. ‘nth-child’ selector. ‘nth-child’ can be used to select ordered elements by giving the expression (an+b) or single element with positive integer as an argument.
[link]
|
|
Webdriver automation
|
| |
Hi All, In Selenium RC we have --> selenium.type(prop.getProperty ("UserName_Edit"), "rashmi.upari"); How to do it in webdriver?what line of code should be re-placed in below 3rd line WebDriver driver1 = new FirefoxDriver(); driver1.get("xxx"); WebElement username=driver1.findElement(B y.xpath("//input[@name='tbxUse rName']"));... more »
|
|
web driver
|
| |
i am using web drive 2.4.0. i unable to run the application using
firefox driver. i am getting an error of
"Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms.
Failed to connect to binary FirefoxBinary(C:\Program Files
(x86)\Mozilla Firefox\firefox.exe) on port 7055; process output... more »
|
|
Selenium Online Training @ 5000
|
| |
Hi All,
This is regarding the Selenium Online Training Program which is useful for
the users who are interested in Selenium, willing to shift from manual
testing to automation and as well as for those who are good at Selenium RC
and willing to learn Webdriver. This course duration is 25 to 30 hours in... more »
|
|
Selenium RC or Web Driver Training @5000
|
| |
Hi All, This is regarding the Selenium Online Training Program which is useful for the users who are interested in Selenium, willing to shift from manual testing to automation and as well as for those who are good at Selenium RC and willing to learn Webdriver. This course duration is 25 to 30 hours in... more »
|
|
|