forked from facebookarchive/WebDriverAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebDriverAgentLib.h
More file actions
55 lines (51 loc) · 2.36 KB
/
Copy pathWebDriverAgentLib.h
File metadata and controls
55 lines (51 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <UIKit/UIKit.h>
//! Project version number for WebDriverAgentLib_.
FOUNDATION_EXPORT double WebDriverAgentLib_VersionNumber;
//! Project version string for WebDriverAgentLib_.
FOUNDATION_EXPORT const unsigned char WebDriverAgentLib_VersionString[];
#import <WebDriverAgentLib/FBAlert.h>
#import <WebDriverAgentLib/FBApplication.h>
#import <WebDriverAgentLib/FBCommandHandler.h>
#import <WebDriverAgentLib/FBCommandStatus.h>
#import <WebDriverAgentLib/FBConfiguration.h>
#import <WebDriverAgentLib/FBDebugLogDelegateDecorator.h>
#import <WebDriverAgentLib/FBElement.h>
#import <WebDriverAgentLib/FBElementCache.h>
#import <WebDriverAgentLib/FBElementTypeTransformer.h>
#import <WebDriverAgentLib/FBErrorBuilder.h>
#import <WebDriverAgentLib/FBExceptionHandler.h>
#import <WebDriverAgentLib/FBFailureProofTestCase.h>
#import <WebDriverAgentLib/FBKeyboard.h>
#import <WebDriverAgentLib/FBLogger.h>
#import <WebDriverAgentLib/FBMacros.h>
#import <WebDriverAgentLib/FBResponseFilePayload.h>
#import <WebDriverAgentLib/FBResponseJSONPayload.h>
#import <WebDriverAgentLib/FBResponsePayload.h>
#import <WebDriverAgentLib/FBRoute.h>
#import <WebDriverAgentLib/FBRouteRequest.h>
#import <WebDriverAgentLib/FBRunLoopSpinner.h>
#import <WebDriverAgentLib/FBRuntimeUtils.h>
#import <WebDriverAgentLib/FBSession.h>
#import <WebDriverAgentLib/FBSpringboardApplication.h>
#import <WebDriverAgentLib/FBSpringboardApplication.h>
#import <WebDriverAgentLib/FBXPathCreator.h>
#import <WebDriverAgentLib/FBWebServer.h>
#import <WebDriverAgentLib/XCElementSnapshot+FBHelpers.h>
#import <WebDriverAgentLib/XCUIApplication+FBHelpers.h>
#import <WebDriverAgentLib/XCUIDevice+FBHelpers.h>
#import <WebDriverAgentLib/XCUIDevice+FBRotation.h>
#import <WebDriverAgentLib/XCUIElement+FBAccessibility.h>
#import <WebDriverAgentLib/XCUIElement+FBFind.h>
#import <WebDriverAgentLib/XCUIElement+FBIsVisible.h>
#import <WebDriverAgentLib/XCUIElement+FBScrolling.h>
#import <WebDriverAgentLib/XCUIElement+FBTap.h>
#import <WebDriverAgentLib/XCUIElement+FBUtilities.h>
#import <WebDriverAgentLib/XCUIElement+FBWebDriverAttributes.h>