Unable to Edit Text Field

Hi Team,

I am facing issues related to running automation in 2018.1.1

Automation runs on a java swing based application and the activity that I am using is clicking the text box first and then use Typeinto activity. For some reason this same workflow works in 2018.3.2 bot but not in 2018.1.1 bot. The selectors are same in both cases. I have tried using sendhot key + navigating to text field using tabs. None of it is working in 20181.1. ironically all these iterations using different activities work fine in 2018.3.2

If I manually click and get the selector it looks like below:
java idx=‘1’ role=‘table’
java role=‘label’ tableCol=‘0’ tableRow=‘0’

The subsequent selector would change to below:
java idx=‘1’ role=‘table’
java role=‘text’ tableCol=‘1’ tableRow=‘0’

Is it something related to version of bot? My studio version is 2018.2.3

Any help or pointers are appreciated.

Below is the jason file that might help!

{
_ “name”: “XXXXXXXXX”,_
_ “description”: “Blank Project”,_
_ “main”: “Main.xaml”,_
_ “dependencies”: {_
_ “Microsoft.Activities”: “1.0.1.0”,_
_ “Microsoft.Activities.Extensions”: “2.0.6.9”,_
_ “UiPath.Cognitive.Activities”: “2.2.0.0”,_
_ “UiPath.Core.Activities”: “18.2.6745.15248”,_
_ “UiPath.Credentials.Activities”: “1.1.6479.13204”,_
_ “UiPath.Cryptography.Activities”: “1.0.6863.32236”,_
_ “UiPath.Database.Activities”: “1.2.6863.32528”,_
_ “UiPath.Excel.Activities”: “2.5.2.0”,_
_ “UiPath.FTP.Activities”: “1.0.6479.13206”,_
_ “UiPath.IntelligentOCR.Activities”: “1.5.0.0”,_
_ “UiPath.Java.Activities”: “1.0.6863.33114”,_
_ “UiPath.Mail.Activities”: “1.3.0.0”,_
_ “UiPath.PDF.Activities”: “1.3.1.0”,_
_ “UiPath.Python.Activities”: “1.1.6863.33404”,_
_ “UiPath.SAP.BAPI.Activities”: “1.1.0.0”,_
_ “UiPath.Terminal.Activities”: “1.3.0.0”,_
_ “UiPath.WebAPI.Activities”: “1.4.0.0”,_
_ “UiPath.Word.Activities”: “1.3.0.0”_
_ },_
_ “excludedData”: [_
_ “Private:*”,_
_ “password”_
_ ],_
_ “toolVersion”: “18.2”,_
_ “projectVersion”: “1.0.6990.30261”,_
_ “packOptions”: {},_
_ “runtimeOptions”: {}_
}

Regards
Javeed

Hi @Javeed

Normally projects developed in the newer versions are not guaranteed to run in the older version. UiPath only makes sure that new versions will still run older projects.

You can still try to contact our technical support for assistance here.