Working with Iframe with Index

Hi,

Could you please help me? I need to work with Iframe, but I don’t know how to do this in WEBDRIVERIO_INPUT_NAVIGATION_BUTTONS. I was able to do this in an end-to-end (E2E) test with WebdriverIO, but I haven’t been able to accomplish it in Botium.json.

Example in webdriveio

await $("._chat-opener-container–frame_kuwna_47").waitForDisplayed();

await browser.switchToFrame(2);

await $('[class="btn btn-primary btn-circle !w-12 !h-12"]').click();