browserclaw 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3084,7 +3084,7 @@ function requiresInspectableBrowserNavigationRedirects(ssrfPolicy) {
3084
3084
  // src/actions/interaction.ts
3085
3085
  var MAX_CLICK_DELAY_MS = 5e3;
3086
3086
  var DEFAULT_SCROLL_TIMEOUT_MS = 2e4;
3087
- var CHECKABLE_ROLES = /* @__PURE__ */ new Set(["menuitemcheckbox", "menuitemradio", "checkbox", "switch"]);
3087
+ var CHECKABLE_ROLES = /* @__PURE__ */ new Set(["menuitemcheckbox", "menuitemradio", "checkbox", "radio", "switch"]);
3088
3088
  async function setCheckedViaEvaluate(locator, checked) {
3089
3089
  await locator.evaluate((el, desired) => {
3090
3090
  const input = el;