How to interact with chrome-extension

Hello everyone,

Currently, I am testing a case that requires interacting with an extension, specifically the Rabbit Wallet. My precondition is to load a profile that already has the extension installed.

I’m stuck at the point where, after opening the browser, the extension’s popup appears to enter the password to unlock the wallet. However, I’m not sure how to make Katalon interact with the popup of the extension.

Could anyone help?

1 Like

I suspect you need a heavier duty solution, like Katalon Studio rather than Katalon Recorder. Have you googled working with extensions?

hey @hung.ngkhac
seems the chrome-extension is on the different browser window, have you try to WebUI.switchToWindowIndex(currentWindow + 1) first?

1 Like

can you confirm @hung.ngkhac

Hi @hung.ngkhac,

Have you figured out the solution to your problems? If yes, please help provide solution so that others can refer to. If no, feel free to try the suggestions above, provide more information or close it if you no longer work on it.

Thank you