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
kkappu2002
Posts : 1
Join date : 2011-04-05

How to test dynamic ids using Selenium Empty 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 #
avatar
auto_ashish1
Active particpant
Active particpant
Posts : 21
Join date : 2011-03-10

How to test dynamic ids using Selenium Empty 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
Back to top
Permissions in this forum:
You cannot reply to topics in this forum