mobilewright 0.0.47 → 0.0.49
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/README.md +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -495,6 +495,8 @@ The Inspector opens automatically in your browser. Select a device from the pick
|
|
|
495
495
|
|
|
496
496
|
Locator priority matches what mobilewright uses: `getByTestId` > `getByRole` > `getByLabel` > `getByText`.
|
|
497
497
|
|
|
498
|
+

|
|
499
|
+
|
|
498
500
|
### `mobilewright screenshot`
|
|
499
501
|
|
|
500
502
|
Capture a screenshot of a connected device. Auto-starts mobilecli if it isn't running.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobilewright",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49",
|
|
4
4
|
"description": "Mobile device automation framework inspired by Playwright",
|
|
5
5
|
"homepage": "https://mobilewright.dev",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"templates"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@mobilewright/core": "^0.0.
|
|
38
|
-
"@mobilewright/driver-mobilecli": "^0.0.
|
|
39
|
-
"@mobilewright/driver-mobilenext": "^0.0.
|
|
40
|
-
"@mobilewright/inspector": "^0.0.
|
|
41
|
-
"@mobilewright/protocol": "^0.0.
|
|
37
|
+
"@mobilewright/core": "^0.0.49",
|
|
38
|
+
"@mobilewright/driver-mobilecli": "^0.0.49",
|
|
39
|
+
"@mobilewright/driver-mobilenext": "^0.0.49",
|
|
40
|
+
"@mobilewright/inspector": "^0.0.49",
|
|
41
|
+
"@mobilewright/protocol": "^0.0.49",
|
|
42
42
|
"commander": "^14.0.3",
|
|
43
43
|
"open": "^10.2.0",
|
|
44
44
|
"debug": "^4.4.3",
|