- whitebox
- Posts : 1
Join date : 2012-03-29
not able to identify object testng-selenium
Thu Mar 29, 2012 7:27 pm
Hi,
i am using selenium with testng to automate my crm application.when i try to click on link by using @test annotation, it is not identifing and clicking on the specified link .it showing the error the error :admin_link not found.
this is the code i am trying to automate:
@Test(description="click on create lead and create lead")
public void createLead() {
selenium.click("//*[@id='admin_link']");
selenium.waitForPageToLoad("30000");
}
i am using selenium with testng to automate my crm application.when i try to click on link by using @test annotation, it is not identifing and clicking on the specified link .it showing the error the error :admin_link not found.
this is the code i am trying to automate:
@Test(description="click on create lead and create lead")
public void createLead() {
selenium.click("//*[@id='admin_link']");
selenium.waitForPageToLoad("30000");
}
Re: not able to identify object testng-selenium
Thu Mar 29, 2012 7:46 pm
xpath=(//*[@id="admin_link"]) OR try to identify by name
- 10 steps to set up Selenium Automation Hybrid Framework with implementing Testng, Log4j, Page Object Model, Data Driven, Modular Driven, Exceptions
- Unable to identify the dynamic object
- Unable to identify the dynamic object(check box, drop down box,Pop-up window and status image)
- testNG with selenium RC
- default selenium object
Permissions in this forum:
You cannot reply to topics in this forum