How to resolve this issue? I have also attached my main file. After scrapping table data, IE opens up, gets a successful login and then opens up the SHA1 online site. This occurs as many times as the hash code has to be generated.
Check the invoke activity mentioned here in the error. Invoke system1_navigatetoWIDetail. Here it looks like you have mentioned an input argument which comes from the in_cofig dictionary which actually does not exist in the config file. Please check again the naming you have used. In the in_config you have to specify the name that falls under the name column of the config file.
@lakshman@Lahiru.Fernando Thank you both of you. Yipeee, it’s working.! I had no idea that I have to be careful about case sensitiveness too. This is why my program was not working.
Lastly, I am getting this one more error. Will it affect my program in any way? How to solve this one? Screenshot%20(164)|690x387
@lakshman
Correction: the one you said, with that the program didn’t work. However, with mine statement it worked bt did do it for the last one as you can see in the picture.
@lakshman
The TransactionNumber was starting from 0, that is why what you suggested was not working, and what I wrote was not doing well too.
However, now I have rectified that issue and its working successfully. Thank you so much for your suggestions. I really mean it. With this my first assignment for level 3 is over. Will be back to trouble for assignment 2. Cheers !!
Actually index will start from 0 onwards. That’s why we are decrementing it by 1 otherwise it will skip first record and will start from second record onwards.