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
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
we are using moder activity can you suggest in any moder activity
Hi @Parvathy,
I need without using Keyboard shortcuts.
In that case use InjectJS Script Activity
Below is the example code:
function changeScreenSize() {
window.resizeTo(screen.width-300,screen.height-500)
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.