Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
k.vinodmathew
Posts : 1
Join date : 2011-09-23

Failed to locate the label inside a webpage Empty Failed to locate the label inside a webpage

Fri Sep 23, 2011 11:20 am
1.Test suite pointing to Selenium Remote web driver
2.Created tests using Java scripts; text fields, radio buttons,check boxes etc inside web page are identified using 'ID' at the lower level pointed by fire bug utility in mozilla fire fox

3.Each Main service/item in the webpage has a label similar to this eg 'ygtvlabelel21' and that has been declared in a property file under 'Src/main/resources'



While running the test from Eclipse, the following error displayed and failed to locate the service/item in the tree view

But still the below error is displayed, it failed to identify the item

In setUpBaseTest method
23-Sep-2011 15:57:32 INFO - Instantiating Selenium1 element handler
23-Sep-2011 15:57:33 INFO - Waiting for the presence of element 'main.referredFor' for 5 seconds
23-Sep-2011 15:57:34 INFO - Element 'main.referredFor' is now present
23-Sep-2011 15:57:35 ERROR - Failed to locate 'ygtvlabelel21'


Browser used is > IE 8

Can some one reply what will be the cause of the error ?
Back to top
Permissions in this forum:
You cannot reply to topics in this forum