Selenium Library - Switch Browser - Not visible - How to edit the method

Hello :slight_smile:
I am new here
I would like to find a way to edit the method switch_browser to so the page will be visible
From


To

This is just in my local machine and I cannot commit it to the Azure repository

Have you seen SeleniumLibrary/extending.rst at master 路 robotframework/SeleniumLibrary 路 GitHub Most likely this is easiest to do with plugin.

@aaltat
Thank you very much,
I will try to use the plugins.
Happy Holidays

Can you help me to fix the code?
I am not a developper?

Do inherit SeleniumLibrary instead inherit LibraryComponent, see in here SeleniumLibrary/MyPlugin.py at master 路 robotframework/SeleniumLibrary 路 GitHub

Thanks @aaltat