Hello, I am in a situation where I need to take user input, and then click on filters in a website based on what the user said. Specifically, I need the user to input some travel information (such as their destination, hotel rating, budget, etc.) , and then I need to make the program click on the filters on expedia.com based on that information. I am using UIPath community edition. Can anybody please help me with this? Thank you.
Welcome to the UiPath Community
You need to understand how selectors work for this. As you will need to use variables in selectors.
Please watch this video
1 Like
Hi @Abhi_Dukkipati ,
How that input is stored, Is it in excel?
Have you tried this
Open browser first then
1- Read input from excel.
2. Iterate each row of excel.
3. Use attach window and use activities to fill out those info to controls (type into or select item)
4 use click activity to filter records.
If this is already placed in your code then please share the screenshot what issue you are getting?