appium-webdriveragent 3.13.2 → 3.15.0
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/Scripts/build.sh +13 -16
- package/WebDriverAgent.xcodeproj/project.pbxproj +2 -2
- package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/kazuaki.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/kazuaki.xcuserdatad/WorkspaceSettings.xcsettings +20 -0
- package/WebDriverAgent.xcodeproj/xcuserdata/kazuaki.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +2322 -0
- package/WebDriverAgent.xcodeproj/xcuserdata/{elf.xcuserdatad → kazuaki.xcuserdatad}/xcschemes/xcschememanagement.plist +35 -12
- package/WebDriverAgentLib/.DS_Store +0 -0
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +1 -4
- package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m +10 -1
- package/WebDriverAgentLib/Commands/FBCustomCommands.m +10 -2
- package/WebDriverAgentLib/Routing/FBElement.h +2 -2
- package/WebDriverAgentLib/Routing/FBResponsePayload.m +1 -1
- package/WebDriverAgentLib/Utilities/FBMathUtils.h +0 -3
- package/WebDriverAgentLib/Utilities/FBMathUtils.m +0 -13
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h +0 -6
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m +0 -15
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.h +3 -77
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m +0 -348
- package/WebDriverAgentRunner-Runner.app.zip +0 -0
- package/WebDriverAgentTests/IntegrationTests/FBSafariAlertTests.m +13 -10
- package/build/index.js +6 -4
- package/build/lib/check-dependencies.js +1 -1
- package/build/lib/constants.js +1 -1
- package/build/lib/utils.js +11 -11
- package/build/lib/webdriveragent.js +2 -2
- package/build/lib/xcodebuild.js +1 -1
- package/lib/utils.js +2 -1
- package/package.json +1 -1
- package/PrivateHeaders/.DS_Store +0 -0
- package/WebDriverAgent.xcodeproj/project.xcworkspace/xcuserdata/elf.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/WebDriverAgent.xcodeproj/xcuserdata/elf.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +0 -75
- package/WebDriverAgentLib/Utilities/LRUCache/.DS_Store +0 -0
- package/WebDriverAgentLib/Vendor/.DS_Store +0 -0
- package/WebDriverAgentRunner/.DS_Store +0 -0
- package/WebDriverAgentTests/IntegrationApp/Resources/.DS_Store +0 -0
package/PrivateHeaders/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
package/WebDriverAgent.xcodeproj/xcuserdata/elf.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Bucket
|
|
3
|
-
uuid = "2F0174F2-ED3F-4D11-9A17-7C590053D796"
|
|
4
|
-
type = "1"
|
|
5
|
-
version = "2.0">
|
|
6
|
-
<Breakpoints>
|
|
7
|
-
<BreakpointProxy
|
|
8
|
-
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
|
|
9
|
-
<BreakpointContent
|
|
10
|
-
uuid = "471ECA8C-2C53-4C59-88DB-1C1CB3D61601"
|
|
11
|
-
shouldBeEnabled = "No"
|
|
12
|
-
ignoreCount = "0"
|
|
13
|
-
continueAfterRunningActions = "No"
|
|
14
|
-
breakpointStackSelectionBehavior = "1"
|
|
15
|
-
scope = "1"
|
|
16
|
-
stopOnStyle = "0">
|
|
17
|
-
</BreakpointContent>
|
|
18
|
-
</BreakpointProxy>
|
|
19
|
-
<BreakpointProxy
|
|
20
|
-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
|
21
|
-
<BreakpointContent
|
|
22
|
-
uuid = "C2E06865-6A52-4686-9771-279AF13ABF8A"
|
|
23
|
-
shouldBeEnabled = "Yes"
|
|
24
|
-
ignoreCount = "0"
|
|
25
|
-
continueAfterRunningActions = "No"
|
|
26
|
-
filePath = "WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m"
|
|
27
|
-
timestampString = "0"
|
|
28
|
-
startingColumnNumber = "9223372036854775807"
|
|
29
|
-
endingColumnNumber = "9223372036854775807"
|
|
30
|
-
startingLineNumber = "264"
|
|
31
|
-
endingLineNumber = "264">
|
|
32
|
-
</BreakpointContent>
|
|
33
|
-
</BreakpointProxy>
|
|
34
|
-
<BreakpointProxy
|
|
35
|
-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
|
36
|
-
<BreakpointContent
|
|
37
|
-
uuid = "54216FE6-E240-47F1-88D3-D450CF0AF44E"
|
|
38
|
-
shouldBeEnabled = "Yes"
|
|
39
|
-
ignoreCount = "0"
|
|
40
|
-
continueAfterRunningActions = "No"
|
|
41
|
-
filePath = "WebDriverAgentLib/Categories/XCUIElement+FBResolve.m"
|
|
42
|
-
startingColumnNumber = "9223372036854775807"
|
|
43
|
-
endingColumnNumber = "9223372036854775807"
|
|
44
|
-
startingLineNumber = "37"
|
|
45
|
-
endingLineNumber = "37"
|
|
46
|
-
landmarkName = "-fb_stableInstance"
|
|
47
|
-
landmarkType = "7">
|
|
48
|
-
<Locations>
|
|
49
|
-
<Location
|
|
50
|
-
uuid = "54216FE6-E240-47F1-88D3-D450CF0AF44E - b09f4ce1ce926e6"
|
|
51
|
-
shouldBeEnabled = "Yes"
|
|
52
|
-
ignoreCount = "0"
|
|
53
|
-
continueAfterRunningActions = "No"
|
|
54
|
-
symbolName = "-[XCUIElement(FBResolve) fb_stableInstance]"
|
|
55
|
-
moduleName = "WebDriverAgentLib"
|
|
56
|
-
usesParentBreakpointCondition = "Yes"
|
|
57
|
-
urlString = "file:///Users/elf/code/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBResolve.m"
|
|
58
|
-
startingColumnNumber = "9223372036854775807"
|
|
59
|
-
endingColumnNumber = "9223372036854775807"
|
|
60
|
-
startingLineNumber = "37"
|
|
61
|
-
endingLineNumber = "37"
|
|
62
|
-
offsetFromSymbolStart = "19">
|
|
63
|
-
</Location>
|
|
64
|
-
<Location
|
|
65
|
-
shouldBeEnabled = "Yes"
|
|
66
|
-
ignoreCount = "0"
|
|
67
|
-
continueAfterRunningActions = "No"
|
|
68
|
-
usesParentBreakpointCondition = "Yes"
|
|
69
|
-
offsetFromSymbolStart = "0">
|
|
70
|
-
</Location>
|
|
71
|
-
</Locations>
|
|
72
|
-
</BreakpointContent>
|
|
73
|
-
</BreakpointProxy>
|
|
74
|
-
</Breakpoints>
|
|
75
|
-
</Bucket>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|