Custom Lib and Browser lib integration in a test

I have created a custom library to launch web test through playwright on cloud browser i.e. lambda test, i created helper and keyword file for that and used in my robot framework. Now the problem is launching is successful and when control moves to keyword of browser library it says no page is open…
How should i pass that control from custom lib to browser lib. Is there a keyword like attaching the session?

@Mtest6835 Maybe you can convert your custom library to a plugin for Browser library?

1 Like