-2

I am a beginner & trying out automating web applications.

Below is the error I'm getting while passing input to simple mm to inch converter web page .

Internal : Cannot find target element in step 1 of Write Stage 'input' on page 'input'

Error Screenshot

I expect the spied text box to accept a value

[Spied webpage2

attributes screen

enter image description here

Aishu
  • 1
  • 3
  • 1
    Please post a screenshot of the attributes you’re using to match this element. – esqew Jan 05 '19 at 20:10
  • You need to uncheck attributes that are bound to be different from the ones that you obtained after spying. It's never a good idea to spy without editing the attributes as it almost always causes issues sooner or later. – Jerry Jan 05 '19 at 21:03

1 Answers1

-1

The mapping was wrong with the input parameters. It worked after correction

Aishu
  • 1
  • 3