- kkappu2002
- Posts : 1
Join date : 2011-04-05
How to test dynamic ids using Selenium
Tue Apr 05, 2011 6:23 pm
I am new to Selenium. I was able to test static pages with selenium.
But when it comes to dynamic i am getting stuck.
The scenario in my case is like below..
I have a page where i am creating a new product. Once i enter the
details and click on save, the applications navigates to the product
main page, where it also shows the newly created product id. I want to
select the id coming under the product id #
But when it comes to dynamic i am getting stuck.
The scenario in my case is like below..
I have a page where i am creating a new product. Once i enter the
details and click on save, the applications navigates to the product
main page, where it also shows the newly created product id. I want to
select the id coming under the product id #
- auto_ashish1Active particpant
- Posts : 21
Join date : 2011-03-10
Re: How to test dynamic ids using Selenium
Thu Apr 07, 2011 9:36 pm
Dynamic IDs can be tested using various javascript functions available in selenium such as - contains(), substring-before(), substring-after(), substring(), string-length(), normalize-space(), translate()
For ex if the ID starts with the word 'suggest' and after that it varies, then we can use -
selenium.click("//input[starts-with(@id, 'suggest')]")
Regards
Ashish
itsthakur@gmail.com
91-9888179981
For online Selenium training go to my website- www.sejsoft.com
For ex if the ID starts with the word 'suggest' and after that it varies, then we can use -
selenium.click("//input[starts-with(@id, 'suggest')]")
Regards
Ashish
itsthakur@gmail.com
91-9888179981
For online Selenium training go to my website- www.sejsoft.com
- How Click on Dynamic Objects at Dynamic Positions in Selenium using for loop
- How to handle the dynamic ids in selenium IDE
- selenium test workflows, what about my way to develop and perform test?
- It is possible to test SSL break notifications test in selenium IDE?
- How can we locate the id of a dynamic element using selenium IDE.
Permissions in this forum:
You cannot reply to topics in this forum