How to open a new tab in a browser using robot framework
Open Browser https://www.google.com/ chrome
Press Key id=identifierId \\20
Maximize Browser Window
my code trying to press Ctrl+T. the test is passing but the new tab is not opening.