Hi team how to Set browser size as 67 % without using keyboard shortcuts

Hi team,

my requirement is every login time I need to set the browser size as 67% without using keyboard short cuts

anyone helps me this issue.

Regards
Sai

@Mada_Sai_Krishna

@pradeep931

we are using moder activity can you suggest in any moder activity

Hi @Mada_Sai_Krishna

Check the below workflow:

Hope it helps!!

1 Like

Hi @Parvathy,

I need without using Keyboard shortcuts.

@Mada_Sai_Krishna

In that case use InjectJS Script Activity

Below is the example code:

 function changeScreenSize() {        
        window.resizeTo(screen.width-300,screen.height-500) 
1 Like

I don’t know why you need browser size as 67 % - but if it is because you can’t see anything on the screen (loading the whole page) - if you use a virtual machine, you can normally change the screen size to example 2560x1440 or 3860 x 2160.