I have a table where I need to click on particular cell and on single click cell make dropdown to visible state and from then I need to select dropdown value.
What I have used logic is
- I have capture locator which hold all rows
- taking row reference, I am iterating 1st row and clicking on first cell where dropdown is get visible.
Problem is, I am able to click on cell successfully, even dropdown visible on click but just like flicker and cell back to its normal stage and dropdown gets invisible again.
Our website is build on angular