Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to select the number from the web element?
#2
Solved: 10 Years, 10 Months ago
Uma, try this

Code:
for i=1 to len(UIBathResult)
if isnumeric(mid(UIBathResult,i,1))=true
num=mid(UIBathResult,i,1)
exit for
end if
'num has the value
Reply


Messages In This Thread
RE: How to select the number from the web element? - by rajpes - 07-09-2011, 07:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Object Unique ID Number zunebuggy 0 1,469 07-10-2017, 05:37 PM
Last Post: zunebuggy
  Page element keep changing chong67 4 4,356 11-08-2016, 09:17 PM
Last Post: Paul Rammone
  Choosing element from array marvson 1 1,806 06-29-2016, 02:55 PM
Last Post: Ankesh
  Web Element: Not able to select value from drop down in Web Element. Rajeev 4 5,048 08-04-2015, 06:03 PM
Last Post: kbhargava505
  VB Script to count number of links in a web page. Suma Parimal 4 24,834 07-01-2015, 12:59 PM
Last Post: govind

Forum Jump:


Users browsing this thread: 1 Guest(s)