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
a71688
Regular Participant
Regular Participant
Posts : 27
Join date : 2014-07-23

Selenium grabbing a long list of numbers instead of single numbers. please help...:) Empty Selenium grabbing a long list of numbers instead of single numbers. please help...:)

Thu Apr 09, 2015 7:53 pm
Hi

I want selenium IDE to select only the first 10 numbers, But selenium is grabbing whole list from body text. Can anyone please help.


see below







New Test










































New Test
openhttp://h-larsen.dk/test/cpr/
typename=year1990
typename=month1
typename=day15
clickAndWaitcss=input[type="submit"]
storeTextcss=bodytest
echo${test}

avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO

Selenium grabbing a long list of numbers instead of single numbers. please help...:) Empty Re: Selenium grabbing a long list of numbers instead of single numbers. please help...:)

Tue Apr 14, 2015 4:54 am
That's because you are storing the entire body. You need to have some div tags to separate them first. You also have nothing here to iterate through each to store the values. 

Without div tags you would have to store the whole body and iterate through 10 times storing the values after a return.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum