-2
Properties = .class='Html.INPUT.text'
      ,.name='deviceNUM'
      ,.classIndex='3'
      ,.id='deviceNUM_I'
      ,.type='text'

What is `.calss = 'Html.INPUT.text' & ,.classIndex='3'

How these properties are calculated by RFT

Can anyone please explain

SANECE04
  • 11
  • 6

1 Answers1

0

These are read by RFT from the HTML source you're trying to automate. When you record an action against an object on your HTML, RFT reads its properties.

Cagin Uludamar
  • 372
  • 1
  • 3
  • 16