@ersntas11 Screenshot_1.png
If you want to change the Screen Resolution (not viewport) without using browser fingerprinting, I can't think of a way to do it because screen resolution is related to the hardware of the computer. Only when using browser fingerprinting, hardware information is changed and then the Screen Resolution value is changed accordingly.
There may be a way to do it, but I have not researched or learned about it.
Full screen browser??
-
@p1r4t3 said in Full screen browser??:
Hello, how can i make the browser full screen without setting pixels manually?
You can change the screen resolution only by the action "Resize" or "Apply fingerprint"

Also when all actions are done, how can i set it back to top so it would start everything again and would never stop until i close the program manually?
Use infinite loop "while"
true

-
Loop works great, but resizing not so much :/
I am trying o make a news browsing bot that goes true 10 latest news just by click on one and waiting 5 minutes, then going back and clicking on the second one and waiting 5 minutes and so on.
Problem is i want to run this bot on a tv, at full screen. When i try to use resize it looks really bad.
Any ideas how can i make it work?