Hi,
I have started using the “RobotSpaiens” for one of my SAP client.
I am able to connect to the SAP login, navigate to the login screen but unable to enter the Use and Password details. tried different ways but unable to login.
I have used script recording and playback option to know the locators. The below are the locator details suggested by the tool.
session.findById(“wnd[0]/usr/txtRSYST-BNAME”).text = “t”
session.findById(“wnd[0]/usr/pwdRSYST-BCODE”).text = “********”
I tried the below syntax with different combinations.
For every attempt, I am getting the error “NotFound: The text field with the locator ‘@ User’ could not be found. Hint: Check the spelling
NotFound: The text field with the locator ‘txtRSYST-BNAME’ could not be found. Hint: Check the spelling
NotFound: The text field with the locator ‘User’ could not be found. Hint: Check the spelling
Please help me asap as I have to build a POC to grab a new opportunity.
