AltTester-Unity-SDK icon indicating copy to clipboard operation
AltTester-Unity-SDK copied to clipboard

Not able to get text from text area in iOS unity app

Open Mayur5712 opened this issue 1 year ago • 2 comments

In what language is the test written? (Python 3)

What version of Unity are you using? (2022.3.7f1)

What version of AltTester Unity SDK are you using? (2.0.2)

On what device are you trying to run the test? (Android, iOS)

The OS from where you are running the test? (macOS)

Summary

When we try to get text from any input field/text area of buttons, we are not getting the text from that command. It gives an exception. {NotFoundException}NotFoundException('Object reference not set to an instance of an object.')

Steps to reproduce

  1. Generate ipa using AltTester
  2. Install it on iPhone
  3. Run test and try to get text of button

Relevant logs and/or screenshots

Screenshot 2023-08-24 at 6 30 56 PM

Mayur5712 avatar Aug 24 '23 12:08 Mayur5712