From 829eac2886456f856f14438ddc91cdcb5eaa3221 Mon Sep 17 00:00:00 2001 From: sinejespersen Date: Wed, 10 Sep 2025 10:35:14 +0200 Subject: [PATCH] 5317: click
  • { .locator(".search") .locator('[type="text"]') .fill("d"); - await page - .locator("#slides-section") - .locator('[type="checkbox"]') - .nth(1) - .check(); + await page.locator(".dropdown-content").locator("li").nth(1).click(); await page .locator("#slides-section") .locator(".dropdown-container")