Software Alternatives, Accelerators & Startups

Playwright and Mojolicious

SUSE Linux Enterprise Mojolicious
  1. SUSE is the original provider of the enterprise Linux distribution and the most interoperable...
    It's Hack Week again at SUSE. ๐Ÿฅณ An annual tradition where we all work on passion projects for a whole week. Some of us make music, others use the time to experiment with the latest technologies and start new Open Source projects.

    #Linux #OS & Utilities #Linux Distribution 3 social mentions

  2. A web framework for the Perl programming language.
    Pricing:
    • Open Source
    Const assert = require('assert'); Const { chromium } = require('playwright'); (async () => { const browser = await chromium.launch({ headless: false, slowMo: 50 }); const context = await browser.newContext(); const page = await context.newPage(); await page.goto('https://mojolicious.org/'); await page.click('text=Documentation'); await page.click('text=Tutorial'); assert.equal(page.url(), 'https://docs.mojolicious.org/Mojolicious/Guides/Tutorial'); await page.screenshot({ path: 'tutorial.png' }); await context.close(); await browser.close(); })();.

    #Web Frameworks #Developer Tools #Python Web Framework 35 social mentions

Discuss: Playwright and Mojolicious

Log in or Post with