Posted in Linux

Ubuntu instalacija nodejs (i playwright)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash nvm install node node -v Ako želiš i playwright: npm init playwright@latest Najnoviju verziju potraži na https://github.com/nvm-sh/nvm#installing-and-updating npm nodejs playwright…

Posted in Python WebAdmin

Python Playwright fullscreen maximize nocache save html

from playwright.sync_api import sync_playwright with sync_playwright() as peijdz: browser = peijdz.chromium.launch( headless = True , args = ["–start-fullscreen"] ) bejzurl1= "https://jednostavno.somware.org/" bejzurl2= "https://misli.somware.org/" context =…