Selecting an item from floating menu

Hi,
I need a suggestion on how to click an item in floating menu. I tried using normal click action but it is selecting an item beneath the menu.
Any help would be appreciated. Thank you.

If the web element is not getting selected using default generated selector try using manual selector approach. Alternately you can add a Java Script block to click on the desired menu item

If the menu is shown on hovering over a menu item, you can use the shortcut key Ctrl+Shift+S to start field configuration instead of clicking the “Start Field Configuration” button. Hope this helps.

Hi @amit_anand15,
Can you please give me a clear idea on this. It would be much appreciated. Thank you.

Hi,

For JavaScript Approach I will take exampe of Magic Bricks site (https://www.magicbricks.com/) I want to click on Menu Item : Sell > Post Your Property:

I will add a Java Script activity and write following JS code
document.getElementsByClassName(‘text-ellipsis ancorLink’)[4].children[0].click()

For manual selector after scrapping the field click on manual selector icon and see what value you can define to select the web element uniquely