Web GUI : Web Switch Frame Issue

Trying to execute a workflow using web switch frame where I am switching from one frame to another one and trying to select one item from the frame but I am not able to see any movement on screen even though my workflow got executed successfully. Can anyone guide me for the same.WebSwitchFrame_Issue.xlsx (169.1 KB)

@ShwetaD Try adding a Web Wait Until Step before the frame, with the option Element Visible.

After that please check if the frame is being identified by the bot, in case the element you are using is not working, try using the index, and remember it starts at 0. so the second frame is 1.

1 Like

Hi Shweta,

We request you to kindly first switch to default frame then switch your required frame.