Chrome Pop Window - Manage Privacy

Hello there, I am pretty new to RF and i encountered this problem, when i run my test i get this window pop from Chrome about “Manage Privacy”.

Can someone help ?

  1. Use Inspect Element to know exactly which type of popup (ex: iframe,…)
  2. Get exactly locator of this iframe
  3. Use the Select Frame keyword, then you can do everything with the element on this popup
Select Frame    xpath://div[@id='ContentModel']//iframe
1 Like