Uipath
I am using a web application in which there are few checkboxes
- English
- Chinese
- French
- German
- Japanese.
I have a excel datasheet, column name 'select language' cell : Chinese, German
How do i automate this so that my bot fetches data from excel and checks English and German checkboxes only.
I used Get attribute(mention dt), Check(selected element on screen i.e checkbox beside english)
Instead of fetching data from excel it is checking english(following the element on screen)
Pls help me on this.