I am opening a PDF file in browser and I need to switch the view to Full Screen before proceeding. I have tried I.pressKey('F11')
and even I.pressKey(['Control','+'])
but nothing seems to work.
Are there any updated fixes for this? Or any other way to achieve this?