automation_model 1.0.570-dev → 1.0.571-dev
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/lib/stable_browser.js +1 -1
- package/package.json +1 -1
package/lib/stable_browser.js
CHANGED
|
@@ -1868,7 +1868,7 @@ class StableBrowser {
|
|
|
1868
1868
|
case "disabled":
|
|
1869
1869
|
val = String(await state.element.isDisabled());
|
|
1870
1870
|
break;
|
|
1871
|
-
case "
|
|
1871
|
+
case "readOnly":
|
|
1872
1872
|
const isEditable = await state.element.isEditable();
|
|
1873
1873
|
val = String(!isEditable);
|
|
1874
1874
|
break;
|