Despite using what I thought were the correct element IDs the script still fails with an “Object reference not set to an instance of an object” error. Could anyone assist in diagnosing and resolving this issue? Thanks!
There is no classifier called InputID. I updated that part to InputLabel.
I capitalized the first letters of Email and Password.
It was written as ‘Login’ as a single word, I updated it to ‘Log in’.
There are two ‘Log in’ text on the screen. We’re targeting the second one, I’ve assigned its index as [1]. I’ve corrected it to be recognized as text. Occasionally, we may encounter difficulties in identifying buttons on the screen. I have reported this issue to the development team.
Classifier Syntax <<Classifier> [Text] [Index]>*
<Classifier> can be any of the following: Text, InputLabel, ProductBox, Button, ShoppingCart, Image, Selection, Arrow
[Text] can be String
[Index] can be "[" + Integer + "]", Default = 0
Check out the documentation below, There are many example scenarios and videos that I believe could be useful to you.