Hi guys, I have a website that has multiple rows and lets say 5 columns for each weekday. On each row there can be a pop-up box in one or more of the columns.
Example: first row has one popup box on Monday column,
second row has two popups, one on Thursday and another on Friday
How do I get it to recognise the popups, open and fill value then close and move onto next row and do the same. As currently popups are not following a pattern so I can’t tell it to open and fill Monday popup on each row if the row doesn’t have a popup there.
→ First, select the first row pop up
→ Open the selector in UiExplorer
→ if you find row and column attributes makes sure you enable it into your selector, save changes
→ Now, select the second row pop up and repeat the same steps
→ Compare those two selectors and see what could be the attributes with unique values
Ex: Assume for first row pop-up selector has row=1, col=1, for second row pop-up selector has row=2, col=4
→ If above is the case, then you can increment the row value every time you loop through each row