Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove space between webelements
#2
Solved: 11 Years, 3 Months, 4 Weeks ago
Hi ,

you need to use your own logic for avoiding 'space' web elements.

like :

Code:
for i = 1 to 6
  if browser().page().webelement("space").exist then
    next
  end if
  browser().page().webelement("property").click
next

Here for 'i' loop u have to use the child Item count or need to store the properties of the 'web element' in an array and then using descriptive programming u can use them.

Thanks,
Harish
Reply


Messages In This Thread
RE: How to remove space between webelements - by harishshenoy - 10-11-2012, 10:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to remove the spaces from a string Anand 7 29,445 08-12-2019, 04:47 PM
Last Post: sreekanthP
  How to remove text in the webedit silpavinod 3 13,783 07-12-2018, 11:08 AM
Last Post: vijaychourasiya0109@gmail.com
  Get numbers inside all webelements in webtable and sort them pradeep537 1 2,821 08-04-2016, 01:24 AM
Last Post: Ankur
  how to use keyboard "Space' using qtp Naresh 2 3,102 06-11-2015, 06:30 PM
Last Post: venkatesh9032
  Comparing webtable data with weblist and webelements in other webpage arnav 1 5,814 04-18-2014, 10:01 PM
Last Post: Parke

Forum Jump:


Users browsing this thread: 1 Guest(s)