cancel
Showing results for 
Search instead for 
Did you mean: 

Internal : Failed to perform step 1 in Write Stage 'Add Login Details' on page 'Login' - Call to setTextContents failed

MichelleBest
Level 4
I'm trying to enter username details into my Java based application. The field has been Identified and can be found and Highlighted in the Application Modeller.

I've gone through the Java Automation Guide and have added descendtree and ignorenotshowing. I have also selected the attributes for MatchIndex, MatchReverse, AncestorCount and Showing.

It uses the following version of JRE: Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)

I really don't want to do SendKeys... is there anything else I can try?

Thanks

------------------------------
Michelle
------------------------------
2 REPLIES 2

John__Carter
Staff
Staff
Maybe you've already checked, but is there anything odd about the value you're trying to write? Eg unusual characters, too many characters, disallowed (by the field) characters? Or is the field disabled?

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------

No, I've even taken off the Password field from the Write action in case it was that, so all it needs to do is write letters (and numbers) to a text field...

------------------------------
Michelle
------------------------------