Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abelzzg/AutoTestProject
/ functions
Functions
577 in github.com/Abelzzg/AutoTestProject
⨍
Functions
577
◇
Types & classes
68
Method
getLongitude
()
app/src/main/java/com/zzg/robotium/lib/Tools.java:331
Method
getString
Returns a localized string @param id the resource ID for the string @return the localized string
app/src/main/java/com/robotium/solo/Getter.java:80
Method
getString
Returns a localized string. @param resId the resource ID for the string @return the localized string
app/src/main/java/com/robotium/solo/ActivityUtils.java:360
Method
getTabView
得到子view @param id @param index @return
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:637
Method
getTagName
Returns the Tag name. @return the Tag name
app/src/main/java/com/robotium/solo/WebElement.java:161
Method
getTail
(Handler h)
app/src/main/java/com/zzg/robotium/lib/Report.java:283
Method
getTail
(Handler h)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:338
Method
getText
Returns the text content. @return the text content
app/src/main/java/com/robotium/solo/WebElement.java:181
Method
getTopParent
Returns the absolute top parent {@code View} in for a given {@code View}. @param view the {@code View} whose top parent is requested @return the top
app/src/main/java/com/robotium/solo/ViewFetcher.java:52
Method
getTopParent
Returns the absolute top parent View of the specified View. @param view the {@link View} whose top parent is requested @return the top parent {@link
app/src/main/java/com/robotium/solo/Solo.java:355
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:114
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:127
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:140
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:153
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:166
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:179
Method
getValue
()
app/src/main/java/com/robotium/solo/By.java:192
Method
getVideoLoadingProgressView
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:99
Method
getView
Returns a {@code View} with a certain index, from the list of current {@code View}s of the specified type. @param classToFilterBy which {@code View}s
app/src/main/java/com/robotium/solo/Getter.java:50
Method
getVisitedHistory
(ValueCallback<String[]> callback)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:107
Method
getWebElement
Returns a WebElement matching the specified By object and index. @param by the By object. Examples are: {@code By.id("id")} and {@code By.name("name"
app/src/main/java/com/robotium/solo/Solo.java:3131
Method
getWebElements
Returns an ArrayList of WebElements currently shown in the active WebView. @param onlySufficientlyVisible true if only sufficiently visible {@link We
app/src/main/java/com/robotium/solo/WebUtils.java:92
Method
getWebUrl
Returns the current web page URL. @return the current web page URL
app/src/main/java/com/robotium/solo/Solo.java:3156
Method
goBack
Simulates pressing the hardware back key.
app/src/main/java/com/robotium/solo/Solo.java:1106
Method
goBack
Simulates pressing the hardware back key.
app/src/main/java/com/robotium/solo/Sender.java:53
Method
goBackToActivity
Returns to an Activity matching the specified name. @param name the name of the {@link Activity} to return to. Example is: {@code "MyActivity"}
app/src/main/java/com/robotium/solo/Solo.java:3517
Method
goBackToActivity
Returns to the given {@link Activity}. @param name the name of the {@code Activity} to return to, e.g. {@code "MyActivity"}
app/src/main/java/com/robotium/solo/ActivityUtils.java:327
Method
handleMessage
Here we process the Handler queue and save the bitmaps. @param message A Message containing the bitmap to save, and some metadata.
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:430
Method
hideSoftKeyboard
Hides the soft keyboard @param shouldSleepFirst whether to sleep a default pause first @param shouldSleepAfter whether to sleep a default pause after
app/src/main/java/com/robotium/solo/DialogUtils.java:154
Function
id
(id, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:34
Method
id
Select a WebElement by its id. @param id the id of the web element @return the Id object
app/src/main/java/com/robotium/solo/By.java:19
Method
illustrate
Simulate drawing an illustration on the screen. <br> <br> Example of usage: <pre> Illustration.Builder builder = solo.createIllustrationBuilder();
app/src/main/java/com/robotium/solo/Solo.java:1899
Method
illustrate
(Illustration illustration)
app/src/main/java/com/robotium/solo/Illustrator.java:24
Method
isCheckBoxChecked
Checks if a CheckBox matching the specified index is checked. @param index of the {@link CheckBox} to check. {@code 0} if only one is available @retu
app/src/main/java/com/robotium/solo/Solo.java:3349
Method
isDebuggable
是否为调试模式 @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:133
Method
isFinished
Returns true if all {@code TextView} objects based on web elements have been created @return true if all {@code TextView} objects based on web elemen
app/src/main/java/com/robotium/solo/WebElementCreator.java:62
Method
isNetworkAvailable
网络是否可用 @param context @return
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:82
Method
isRadioButtonChecked
Checks if a RadioButton matching the specified index is checked. @param index of the {@link RadioButton} to check. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:3317
Method
isSatisfied
()
app/src/main/java/com/robotium/solo/Setter.java:179
Method
isSatisfied
()
app/src/main/java/com/robotium/solo/Solo.java:3605
Method
isSpinnerTextSelected
Checks if the specified text is selected in any Spinner located in the current screen. @param text the text that is expected to be selected, specifie
app/src/main/java/com/robotium/solo/Solo.java:3437
Method
isSpinnerTextSelected
Checks if a given text is selected in any {@link Spinner} located on the current screen. @param text the text that is expected to be selected @return
app/src/main/java/com/robotium/solo/Checker.java:93
Method
isTextChecked
Checks if the specified text is checked. @param text the text that the {@link CheckedTextView} or {@link CompoundButton} objects display, specified a
app/src/main/java/com/robotium/solo/Solo.java:3413
Method
isToggleButtonChecked
Checks if a ToggleButton displaying the specified text is checked. @param text the text that the {@link ToggleButton} displays, specified as a regula
app/src/main/java/com/robotium/solo/Solo.java:3365
Function
name
(name, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:101
Method
name
Select a WebElement by its name. @param name the name of the web element @return the Name object
app/src/main/java/com/robotium/solo/By.java:55
Method
onCloseWindow
(WebView window)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:114
Method
onConsoleMessage
(String message, int lineNumber, String sourceID)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:121
Method
onCreate
(Bundle arguments)
app/src/main/java/com/zzg/robotium/lib/ReportTestRunner.java:31
Method
onCreate
()
app/src/main/java/com/zzg/robotium/lib/CrashApplication.java:6
Method
onCreateWindow
(WebView view, boolean isDialog, boolean isUserGesture, Message resultMsg)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:136
Method
onDrawFrame
(GL10 gl)
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:79
Method
onExceededDatabaseQuota
(String url, String databaseIdentifier, long quota, long estimatedDatabaseSize, long totalQuota, WebStorage
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:144
Method
onGeolocationPermissionsHidePrompt
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:152
Method
onGeolocationPermissionsShowPrompt
(String origin, GeolocationPermissions.Callback callback)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:159
Method
onHideCustomView
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:166
Method
onJsAlert
(WebView view, String url, String message, JsResult result)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:173
Method
onJsBeforeUnload
(WebView view, String url, String message, JsResult result)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:181
Method
onJsConfirm
(WebView view, String url, String message, JsResult result)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:189
Method
onJsPrompt
Overrides onJsPrompt in order to create {@code WebElement} objects based on the web elements attributes prompted by the injections of JavaScript
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:68
Method
onJsTimeout
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:197
Method
onProgressChanged
(WebView view, int newProgress)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:205
Method
onReachedMaxAppCacheSize
(long requiredStorage, long quota, WebStorage.QuotaUpdater quotaUpdater)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:212
Method
onReceivedIcon
(WebView view, Bitmap icon)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:219
Method
onReceivedTitle
(WebView view, String title)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:226
Method
onReceivedTouchIconUrl
(WebView view, String url, boolean precomposed)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:233
Method
onRequestFocus
(WebView view)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:240
Method
onShowCustomView
(View view, CustomViewCallback callback)
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:247
Method
onSurfaceChanged
(GL10 gl, int width, int height)
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:67
Method
onSurfaceCreated
(GL10 gl, EGLConfig config)
app/src/main/java/com/robotium/solo/GLRenderWrapper.java:57
Method
pinchToZoom
Zooms in or out if startPoint1 and startPoint2 are larger or smaller then endPoint1 and endPoint2. Requires API level >= 14. @param startPoint1 First
app/src/main/java/com/robotium/solo/Solo.java:2366
Method
pressMenuItem
Presses a {@link android.view.MenuItem} with a given index. Index {@code 0} is the first item in the first row, Index {@code 3} is the first item in t
app/src/main/java/com/robotium/solo/Presser.java:56
Method
pressMenuItem
Presses a MenuItem matching the specified index. Index {@code 0} is the first item in the first row, Index {@code 3} is the first item in the second r
app/src/main/java/com/robotium/solo/Solo.java:1328
Method
pressSoftKeyboardDoneButton
Presses the soft keyboard done button.
app/src/main/java/com/robotium/solo/Solo.java:1397
Method
pressSoftKeyboardGoButton
Presses the soft keyboard go button.
app/src/main/java/com/robotium/solo/Solo.java:1385
Method
pressSoftKeyboardNextButton
Presses the soft keyboard next button.
app/src/main/java/com/robotium/solo/Solo.java:1361
Method
pressSoftKeyboardSearchButton
Presses the soft keyboard search button.
app/src/main/java/com/robotium/solo/Solo.java:1373
Method
pressSpinnerItem
Presses on a {@link Spinner} (drop-down menu) item. @param spinnerIndex the index of the {@code Spinner} menu to be used @param itemIndex the index o
app/src/main/java/com/robotium/solo/Presser.java:139
Method
pressSpinnerItem
Presses a Spinner (drop-down menu) item. @param spinnerIndex the index of the {@link Spinner} menu to use @param itemIndex the index of the {@link Sp
app/src/main/java/com/robotium/solo/Solo.java:1413
Method
pull2left
左滑
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:707
Method
pull2right
右滑
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:722
Method
pullTop
上拉
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:692
Method
pushDeskFlag
判断当前是否符合桌面显示的对话框 @param context @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:467
Method
rotateLarge
Draws two semi-circles at the specified centers. Both circles are larger than rotateSmall(). Requires API level >= 14. @param center1 Center of semi-
app/src/main/java/com/robotium/solo/Solo.java:2407
Method
rotateSmall
Draws two semi-circles at the specified centers. Both circles are smaller than rotateLarge(). Requires API level >= 14. @param center1 Center of semi
app/src/main/java/com/robotium/solo/Solo.java:2426
Method
run
()
app/src/main/java/com/zzg/robotium/lib/CrashHandler.java:120
Method
run
()
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:416
Method
run
()
app/src/main/java/com/robotium/solo/Setter.java:60
Method
run
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:55
Method
run
()
app/src/main/java/com/robotium/solo/WebUtils.java:275
Method
run
()
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:314
Method
run
()
app/src/main/java/com/robotium/solo/ScreenshotTaker.java:366
Method
run
()
app/src/main/java/com/robotium/solo/Presser.java:122
Method
run
()
app/src/main/java/com/robotium/solo/Solo.java:1865
Method
run
()
app/src/main/java/com/robotium/solo/Scroller.java:125
Method
run
()
app/src/main/java/com/robotium/solo/ActivityUtils.java:149
Method
run
()
app/src/main/java/com/robotium/solo/TextEnterer.java:50
Method
runTest
()
app/src/main/java/com/zzg/robotium/lib/TestCase.java:47
Method
scrollDown
Scrolls down. @return {@code true} if more scrolling can be done
app/src/main/java/com/robotium/solo/Scroller.java:165
Method
scrollDownList
Scrolls down the specified AbsListView. @param list the {@link AbsListView} to scroll @return {@code true} if more scrolling can be performed
app/src/main/java/com/robotium/solo/Solo.java:2023
← previous
next →
401–500 of 577, ranked by callers