Redirect to app

Hello. I'm developing a Kibana plugin and my question is there any functionality that'd allow to redirect the user to a certain application in Kibana, e.g. Discover, from the plugin side?

Thanks a lot

Is this the method that'd allow something like that?
await PageObjects.common.navigateToApp('discover');
If so, how to create/import an instance of PageObjects?

Hello,

That pageobject is used for testing.

These are our plugin docs: https://www.elastic.co/guide/en/kibana/current/plugin-development.html

https://www.elastic.co/guide/en/kibana/current/development-uiexports.html might help you.

cc @lukeelmers

Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.