- k.vinodmathew
- Posts : 1
Join date : 2011-09-23
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 ?
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 ?
- How to locate a particular string on a webpage using selenium commands
- how to get the value of the <label for="My_Career">My Career</label> in selenium
- How to fetch the name of the links in a webpage
- ajax dropdown selection and changing the text of label in IE7
- How to check correct element [input] exists for given html label?
Permissions in this forum:
You cannot reply to topics in this forum