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
Searcher
Constructs this object. @param viewFetcher the {@code ViewFetcher} instance @param webUtils the {@code WebUtils} instance @param scroller the {@code
app/src/main/java/com/robotium/solo/Searcher.java:45
Method
Sender
Constructs this object. @param inst the {@code Instrumentation} instance @param sleeper the {@code Sleeper} instance
app/src/main/java/com/robotium/solo/Sender.java:28
Method
Setter
Constructs this object. @param activityUtils the {@code ActivityUtils} instance @param getter the {@code Getter} instance @param clicker the {@code C
app/src/main/java/com/robotium/solo/Setter.java:37
Method
Solo
Constructor that takes the Instrumentation object and the start Activity. @param instrumentation the {@link Instrumentation} instance @param activity
app/src/main/java/com/robotium/solo/Solo.java:98
Method
Swiper
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Swiper.java:16
Method
SystemUtils
(Instrumentation instrumentation)
app/src/main/java/com/robotium/solo/SystemUtils.java:22
Method
TagName
(String tagName)
app/src/main/java/com/robotium/solo/By.java:188
Method
Tapper
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Tapper.java:17
Method
TestCase
()
app/src/main/java/com/zzg/robotium/lib/TestCase.java:24
Method
Text
(String textContent)
app/src/main/java/com/robotium/solo/By.java:175
Method
TextEnterer
Constructs this object. @param inst the {@code Instrumentation} instance @param clicker the {@code Clicker} instance @param dialogUtils the {@code Di
app/src/main/java/com/robotium/solo/TextEnterer.java:31
Method
ViewFetcher
Constructs this object. @param instrumentation the {@code Instrumentation} instance.
app/src/main/java/com/robotium/solo/ViewFetcher.java:38
Method
ViewLocationComparator
()
app/src/main/java/com/robotium/solo/ViewLocationComparator.java:17
Method
Waiter
Constructs this object. @param instrumentation the {@code Instrumentation} object @param activityUtils the {@code ActivityUtils} instance @param view
app/src/main/java/com/robotium/solo/Waiter.java:50
Method
WebElement
Constructs this object. @param webId the given web id @param textContent the given text to be set @param name the given name to be set @param classNa
app/src/main/java/com/robotium/solo/WebElement.java:35
Method
WebElementCreator
Constructs this object. @param sleeper the {@code Sleeper} instance
app/src/main/java/com/robotium/solo/WebElementCreator.java:31
Method
WebUtils
Constructs this object. @param config the {@code Config} instance @param instrumentation the {@code Instrumentation} instance @param viewFetcher the
app/src/main/java/com/robotium/solo/WebUtils.java:44
Method
Xpath
(String xpath)
app/src/main/java/com/robotium/solo/By.java:123
Method
Zoomer
(Instrumentation inst)
app/src/main/java/com/robotium/solo/Zoomer.java:17
Method
addPoint
(float x, float y, float pressure)
app/src/main/java/com/robotium/solo/Illustration.java:40
Function
allTexts
()
app/src/main/java/com/robotium/solo/RobotiumWeb.js:17
Function
allWebElements
* Used by the web methods. * * @author Renas Reda, renas.reda@robotium.com *
app/src/main/java/com/robotium/solo/RobotiumWeb.js:8
Method
assertCurrentActivity
Asserts that an expected {@link Activity} is currently active one. @param message the message that should be displayed if the assert fails @param nam
app/src/main/java/com/robotium/solo/Asserter.java:37
Method
assertCurrentActivity
Asserts that the Activity matching the specified name is active. @param message the message to display if the assert fails @param name the name of th
app/src/main/java/com/robotium/solo/Solo.java:966
Method
assertMemoryNotLow
Asserts that the available memory is not considered low by the system.
app/src/main/java/com/robotium/solo/Asserter.java:125
Method
assertMemoryNotLow
Asserts that the available memory is not considered low by the system.
app/src/main/java/com/robotium/solo/Solo.java:1034
Method
build
()
app/src/main/java/com/robotium/solo/Illustration.java:45
Function
className
(nameOfClass, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:120
Method
className
Select a WebElement by its class name. @param className the class name of the web element @return the ClassName object
app/src/main/java/com/robotium/solo/By.java:67
Method
clearLog
Clears the log.
app/src/main/java/com/robotium/solo/Waiter.java:804
Method
clearLog
Clears the log.
app/src/main/java/com/robotium/solo/Solo.java:3715
Method
clearTextInWebElement
Clears text in a WebElement matching the specified By object. @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:2779
Method
clickInList
Clicks on a certain list line and returns the {@link TextView}s that the list line is showing. Will use the first list it finds. @param line the line
app/src/main/java/com/robotium/solo/Clicker.java:499
Method
clickInRecyclerView
Clicks on a certain list line and returns the {@link TextView}s that the list line is showing. Will use the first list it finds. @param line the line
app/src/main/java/com/robotium/solo/Clicker.java:545
Method
clickLongInList
Long clicks the specified list line and returns an ArrayList of the TextView objects that the list line is displaying. Will use the first ListView it
app/src/main/java/com/robotium/solo/Solo.java:1713
Method
clickLongInRecycleView
Long clicks the specified item index and returns an ArrayList of the TextView objects that the item index is displaying. Will use the first RecyclerVi
app/src/main/java/com/robotium/solo/Solo.java:1798
Method
clickLongOnScreen
Long clicks the specified coordinates. @param x the x coordinate @param y the y coordinate
app/src/main/java/com/robotium/solo/Solo.java:1159
Method
clickLongOnText
Long clicks a View or WebElement displaying the specified text. Will automatically scroll when needed. @param text the text to click. The parameter w
app/src/main/java/com/robotium/solo/Solo.java:1541
Method
clickLongOnTextAndPress
Long clicks a View displaying the specified text and then selects an item from the context menu that appears. Will automatically scroll when needed.
app/src/main/java/com/robotium/solo/Solo.java:1608
Method
clickLongOnTextAndPress
Long clicks on a specific {@link TextView} and then selects an item from the context menu that appears. Will automatically scroll when needed. @param
app/src/main/java/com/robotium/solo/Clicker.java:245
Method
clickLongOnView
Long clicks the specified View. @param view the {@link View} to long click
app/src/main/java/com/robotium/solo/Solo.java:1463
Method
clickOn
长按 @param arg1 id @param arg2 index @param longClick 长按时间(android默认onlongclick时间为500ms)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:356
Method
clickOnActionBarHomeButton
点击home键
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:279
Method
clickOnActionBarHomeButton
Clicks on an ActionBar Home/Up button.
app/src/main/java/com/robotium/solo/Clicker.java:351
Method
clickOnActionBarItem
Clicks an ActionBarItem matching the specified resource id. @param id the R.id of the ActionBar item to click
app/src/main/java/com/robotium/solo/Solo.java:1847
Method
clickOnActionBarItem
Clicks on an ActionBar item with a given resource id @param resourceId the R.id of the ActionBar item
app/src/main/java/com/robotium/solo/Clicker.java:339
Method
clickOnButton
Clicks a Button displaying the specified text. Will automatically scroll when needed. @param text the text displayed by the {@link Button}. The param
app/src/main/java/com/robotium/solo/Solo.java:1190
Method
clickOnCheckBox
Clicks a CheckBox matching the specified index. @param index the index of the {@link CheckBox} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1650
Method
clickOnEditText
Clicks an EditText matching the specified index. @param index the index of the {@link EditText} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1664
Method
clickOnImage
Clicks an ImageView matching the specified index. @param index the index of the {@link ImageView} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:2793
Method
clickOnImageButton
Clicks an ImageButton matching the specified index. @param index the index of the {@link ImageButton} to click. 0 if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1205
Method
clickOnMenuItem
Clicks a MenuItem displaying the specified text. @param p_Text the text displayed by the MenuItem. The parameter will be interpreted as a regular exp
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:261
Method
clickOnMenuItem
Clicks a MenuItem displaying the specified text. @param text the text displayed by the MenuItem. The parameter will be interpreted as a regular expre
app/src/main/java/com/robotium/solo/Solo.java:1233
Method
clickOnMenuItem
Clicks on a menu item with a given text. @param text the menu text that should be clicked on. The parameter <strong>will</strong> be interpreted as a
app/src/main/java/com/robotium/solo/Clicker.java:285
Method
clickOnRadioButton
Clicks a RadioButton matching the specified index. @param index the index of the {@link RadioButton} to click. {@code 0} if only one is available
app/src/main/java/com/robotium/solo/Solo.java:1636
Method
clickOnToggleButton
Clicks a ToggleButton displaying the specified text. @param text the text displayed by the {@link ToggleButton}. The parameter will be interpreted as
app/src/main/java/com/robotium/solo/Solo.java:1219
Method
clickOnView
Clicks the specified View. @param view the {@link View} to click
app/src/main/java/com/robotium/solo/Solo.java:1428
Method
clickOnWebElement
(By by)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:601
Method
clickOnWebElement
Clicks on a web element using the given By method. @param by the By object e.g. By.id("id"); @param match if multiple objects match, this determines
app/src/main/java/com/robotium/solo/Clicker.java:393
Method
clickView
(String id, int index)
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:643
Method
closeLog
()
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:200
Method
compare
(View lhs, View rhs)
app/src/main/java/com/robotium/solo/ViewLocationComparator.java:30
Method
createIllustrationBuilder
An Builder pattern that will allow the client to build a new illustration
app/src/main/java/com/robotium/solo/Solo.java:1876
Function
cssSelector
(cssSelector, click)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:83
Method
cssSelector
Select a WebElement by its css selector. @param selectors the css selector of the web element @return the CssSelector object
app/src/main/java/com/robotium/solo/By.java:43
Method
enterText
Enters text in an EditText matching the specified index. @param index the index of the {@link EditText}. {@code 0} if only one is available @param te
app/src/main/java/com/robotium/solo/Solo.java:2621
Function
enterTextByClassName
(name, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:211
Function
enterTextByCssSelector
(cssSelector, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:193
Function
enterTextById
(id, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:177
Function
enterTextByName
(name, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:201
Function
enterTextByTagName
(tagName, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:231
Function
enterTextByTextContent
(textContent, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:221
Function
enterTextByXpath
(xpath, text)
app/src/main/java/com/robotium/solo/RobotiumWeb.js:185
Method
enterTextInWebElement
Enters text in a WebElement matching the specified By object. @param by the By object. Examples are: {@code By.id("id")} and {@code By.name("name
app/src/main/java/com/zzg/robotium/lib/NewSolo.java:247
Method
enterTextInWebElement
Enters text in a WebElement matching the specified By object. @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:2652
Method
filterViewsByText
Filters a collection of Views and returns a list that contains only Views with text that matches a specified regular expression. @param views The col
app/src/main/java/com/robotium/solo/RobotiumUtils.java:157
Method
finalize
Finalizes the Solo object and removes the ActivityMonitor. @see #finishOpenedActivities() finishOpenedActivities() to close the activities that have
app/src/main/java/com/robotium/solo/Solo.java:3777
Method
finalize
Finalizes the solo object.
app/src/main/java/com/robotium/solo/ActivityUtils.java:373
Method
finishOpenedActivities
All activites that have been opened are finished.
app/src/main/java/com/robotium/solo/ActivityUtils.java:398
Method
getActivityMonitor
Returns the ActivityMonitor used by Robotium. @return the ActivityMonitor used by Robotium
app/src/main/java/com/robotium/solo/Solo.java:286
Method
getActivityMonitor
Returns the ActivityMonitor used by Robotium. @return the ActivityMonitor used by Robotium
app/src/main/java/com/robotium/solo/ActivityUtils.java:197
Method
getAvailMemory
()
app/src/main/java/com/zzg/robotium/lib/Tools.java:210
Method
getButton
Returns a Button matching the specified index. @param index the index of the {@link Button}. {@code 0} if only one is available @return a {@link Butt
app/src/main/java/com/robotium/solo/Solo.java:2823
Method
getCalcDate
(long millisecs)
app/src/main/java/com/zzg/robotium/lib/Report.java:259
Method
getCellId
手机信号覆盖区域的的编号ID 获取cell_id @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:81
Method
getCurrentActivityName
Returns the name of the most recent Activity @return the name of the current {@code Activity}
app/src/main/java/com/robotium/solo/ActivityUtils.java:279
Method
getCurrentWebElements
Returns an ArrayList of the currently displayed WebElements in the active WebView. @return an {@code ArrayList} of the {@link WebElement} objects dis
app/src/main/java/com/robotium/solo/Solo.java:3287
Method
getDefaultVideoPoster
()
app/src/main/java/com/robotium/solo/RobotiumWebClient.java:91
Method
getDeltaTime
(long p_startTime, long p_endTime)
app/src/main/java/com/zzg/robotium/lib/Report.java:267
Method
getEditText
Returns an EditText matching the specified index. @param index the index of the {@link EditText}. {@code 0} if only one is available @return an {@lin
app/src/main/java/com/robotium/solo/Solo.java:2808
Method
getHead
(Handler h)
app/src/main/java/com/zzg/robotium/lib/Report.java:278
Method
getHead
(Handler h)
app/src/main/java/com/zzg/robotium/lib/ReportLib.java:324
Method
getIMSI
获得手机IMSI @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:446
Method
getImage
Returns an ImageView matching the specified index. @param index the index of the {@link ImageView}. {@code 0} if only one is available @return an {@l
app/src/main/java/com/robotium/solo/Solo.java:2853
Method
getImageButton
Returns an ImageButton matching the specified index. @param index the index of the {@link ImageButton}. {@code 0} if only one is available @return th
app/src/main/java/com/robotium/solo/Solo.java:2868
Method
getLac
获取location area code 位置区编码 @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:58
Method
getLan
获得当前使用语言 @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:106
Method
getLatitude
()
app/src/main/java/com/zzg/robotium/lib/Tools.java:318
Method
getLocalIPV6IpAddress
获取IP @return
app/src/main/java/com/zzg/robotium/lib/Tools.java:298
Method
getLocationOnScreen
Returns the location on screen of the {@code TextView} that is based on a web element
app/src/main/java/com/robotium/solo/RobotiumTextView.java:45
← previous
next →
301–400 of 577, ranked by callers