MonkeyRunner
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह monkeyrunner क्लास है, जिसमें स्टैटिक यूटिलिटी के तरीके शामिल होते हैं.
खास जानकारी
माटिंग में इस्तेमाल हुए तरीके |
void
|
alert
(string message,
string title,
string okTitle)
यह फ़ंक्शन, मौजूदा प्रोग्राम को चलाने वाली प्रोसेस के लिए सूचना वाला डायलॉग दिखाता है.
|
integer
|
choice
(string message,
iterable choices,
string title)
यह मौजूदा प्रोग्राम को चलाने वाली प्रोसेस के लिए, विकल्पों की सूची वाला डायलॉग दिखाता है.
|
void
|
help
(string फ़ॉर्मैट)
यह दिए गए फ़ॉर्मैट का इस्तेमाल करके, Python के pydoc टूल की तरह ही monkeyrunner API रेफ़रंस दिखाता है.
|
string
|
input
(string message,
string initialValue,
string title,
string okTitle,
string cancelTitle)
यह एक ऐसा डायलॉग दिखाता है जिसमें इनपुट स्वीकार किया जाता है.
|
void
|
sleep
(float सेकंड)
इस फ़ंक्शन का इस्तेमाल करके, मौजूदा प्रोग्राम को तय किए गए सेकंड के लिए रोका जा सकता है.
|
MonkeyDevice
|
waitForConnection
(float timeout,
string deviceId)
यह monkeyrunner बैकएंड और तय किए गए डिवाइस या एम्युलेटर के बीच कनेक्शन बनाने की कोशिश करता है.
|
पब्लिक मेथड
string
alert
(
string message,
string title,
string okTitle)
यह फ़ंक्शन, मौजूदा प्रोग्राम को चलाने वाली प्रोसेस के लिए सूचना वाला डायलॉग दिखाता है. डायलॉग, मॉडल है. इसलिए, जब तक उपयोगकर्ता डायलॉग के बटन पर क्लिक नहीं करता, तब तक प्रोग्राम रुक जाता है.
तर्क
ग्राहक का मैसेज |
डायलॉग बॉक्स में दिखने वाला मैसेज.
|
title |
डायलॉग बॉक्स का टाइटल. डिफ़ॉल्ट वैल्यू "Alert" होती है.
|
okTitle |
डायलॉग बटन में दिखने वाला टेक्स्ट. इसकी डिफ़ॉल्ट वैल्यू "OK" है.
|
integer
choice
(string message,
iterable choices,
string title)
यह मौजूदा प्रोग्राम को चलाने वाली प्रोसेस के लिए, विकल्पों की सूची वाला डायलॉग दिखाता है. डायलॉग, मॉडल होता है. इसलिए, जब तक उपयोगकर्ता डायलॉग के किसी बटन पर क्लिक नहीं करता, तब तक प्रोग्राम रुक जाता है.
तर्क
ग्राहक का मैसेज |
डायलॉग में दिखने वाला प्रॉम्प्ट मैसेज.
|
विकल्प |
एक Python iterable, जिसमें एक या उससे ज़्यादा ऑब्जेक्ट होते हैं. इन्हें स्ट्रिंग के तौर पर दिखाया जाता है. सुझाया गया फ़ॉर्म, स्ट्रिंग की ऐरे है.
|
title
|
डायलॉग बॉक्स का टाइटल. डिफ़ॉल्ट रूप से, यह "Input" पर सेट होता है.
|
रिटर्न
-
अगर उपयोगकर्ता कोई विकल्प चुनता है और "ठीक है" बटन पर क्लिक करता है, तो यह तरीका, इटरेट किए जा सकने वाले ऑब्जेक्ट में चुने गए विकल्प का 0 पर आधारित इंडेक्स दिखाता है.
अगर उपयोगकर्ता "रद्द करें" बटन पर क्लिक करता है, तो यह तरीका -1 दिखाता है.
यह दिए गए फ़ॉर्मैट का इस्तेमाल करके, Python के pydoc
टूल की तरह ही monkeyrunner API रेफ़रंस दिखाता है.
तर्क
प्रारूप |
आउटपुट में इस्तेमाल करने के लिए मार्कअप फ़ॉर्मैट. संभावित वैल्यू, सामान्य टेक्स्ट के लिए "text" या एचटीएमएल के लिए "html" हैं.
|
यह एक ऐसा डायलॉग दिखाता है जो इनपुट स्वीकार करता है और उसे प्रोग्राम में वापस भेजता है. डायलॉग, मॉडल होता है. इसलिए, जब तक उपयोगकर्ता डायलॉग के किसी बटन पर क्लिक नहीं करता, तब तक प्रोग्राम रुक जाता है.
डायलॉग बॉक्स में दो बटन होते हैं. इनमें से एक में okTitle वैल्यू और दूसरे में cancelTitle वैल्यू दिखती है. अगर उपयोगकर्ता okTitle बटन पर क्लिक करता है, तो इनपुट बॉक्स की मौजूदा वैल्यू वापस मिल जाती है. अगर उपयोगकर्ता cancelTitle बटन पर क्लिक करता है, तो एक खाली स्ट्रिंग दिखती है.
तर्क
ग्राहक का मैसेज |
डायलॉग में दिखने वाला प्रॉम्प्ट मैसेज.
|
initialValue |
डायलॉग बॉक्स में दिखने वाली शुरुआती वैल्यू. डिफ़ॉल्ट रूप से, यह खाली स्ट्रिंग होती है.
|
title |
डायलॉग बॉक्स का टाइटल. डिफ़ॉल्ट रूप से, यह "Input" पर सेट होता है.
|
okTitle |
okTitle बटन में दिखने वाला टेक्स्ट. डिफ़ॉल्ट वैल्यू "OK" होती है.
|
cancelTitle |
cancelTitle बटन में दिखने वाला टेक्स्ट. डिफ़ॉल्ट रूप से, "रद्द करें" चुना जाता है.
|
रिटर्न
-
अगर उपयोगकर्ता okTitle बटन पर क्लिक करता है, तो यह तरीका, डायलॉग बॉक्स के इनपुट बॉक्स की मौजूदा वैल्यू दिखाता है. अगर उपयोगकर्ता cancelTitle बटन पर क्लिक करता है, तो यह तरीका एक खाली स्ट्रिंग दिखाता है.
void
sleep
(
float seconds
)
इस फ़ंक्शन का इस्तेमाल करके, मौजूदा प्रोग्राम को तय किए गए सेकंड के लिए रोका जा सकता है.
तर्क
सेकंड |
रोकने के लिए सेकंड की संख्या.
|
MonkeyDevice
waitForConnection
(float timeout,
string deviceId)
यह कुकी, monkeyrunner
बैकएंड और तय किए गए डिवाइस या एम्युलेटर के बीच कनेक्शन बनाने की कोशिश करती है.
तर्क
टाइम आउट |
कनेक्शन के लिए इंतज़ार करने के लिए सेकंड की संख्या. डिफ़ॉल्ट रूप से, यह हमेशा के लिए इंतज़ार करने पर सेट होता है.
|
deviceId
|
यह एक रेगुलर एक्सप्रेशन है, जो डिवाइस या एम्युलेटर का सीरियल नंबर तय करता है. डिवाइस और एम्युलेटर के सीरियल नंबर के बारे में जानने के लिए, Android Debug Bridge विषय देखें.
|
रिटर्न
-
डिवाइस या एम्युलेटर के लिए
MonkeyDevice
उदाहरण. इस ऑब्जेक्ट का इस्तेमाल, डिवाइस या एम्युलेटर को कंट्रोल करने और उससे कम्यूनिकेट करने के लिए करें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# MonkeyRunner\n\nA monkeyrunner class that contains static utility methods.\n\nSummary\n-------\n\n| Methods ||||||||||||\n|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|---|---|---|---|---|---|---|---|---|\n| void | [alert](#alert) (*string* message, *string* title, *string* okTitle) Displays an alert dialog to the process running the current program. |\n| *integer* | [choice](#choice) (*string* message, *iterable* choices, *string* title) Displays a dialog with a list of choices to the process running the current program. |\n| void | [help](#help) (*string* format) Displays the monkeyrunner API reference in a style similar to that of Python's `pydoc` tool, using the specified format. |\n| *string* | [input](#input) (*string* message, *string* initialValue, *string* title, *string* okTitle, *string* cancelTitle) Displays a dialog that accepts input. |\n| void | [sleep](#sleep) (*float* seconds) Pauses the current program for the specified number of seconds. |\n| ` `[MonkeyDevice](/tools/help/MonkeyDevice)` ` | [waitForConnection](#waitForConnection) (*float* timeout, *string* deviceId) Tries to make a connection between the `monkeyrunner` backend and the specified device or emulator. |\n\nPublic methods\n--------------\n\n#### *string*\nalert\n( *string* message, *string* title, *string* okTitle)\n\n\nDisplays an alert dialog to the process running the current\nprogram. The dialog is modal, so the program pauses until the user clicks the dialog's\nbutton. \n\n##### Arguments\n\n| message | The message to display in the dialog. |\n| title | The dialog's title. The default value is \"Alert\". |\n| okTitle | The text displayed in the dialog button. The default value is \"OK\". |\n|---------|---------------------------------------------------------------------|\n\n#### *integer*\nchoice\n(*string* message, *iterable* choices, *string* title)\n\n\nDisplays a dialog with a list of choices to the process running the current program. The\ndialog is modal, so the program pauses until the user clicks one of the dialog's\nbuttons. \n\n##### Arguments\n\n| message | The prompt message displayed in the dialog. |\n| choices | A Python iterable containing one or more objects that are displayed as strings. The recommended form is an array of strings. |\n| title | The dialog's title. The default is \"Input\". |\n|---------|------------------------------------------------------------------------------------------------------------------------------|\n\n##### Returns\n\n- If the user makes a selection and clicks the \"OK\" button, the method returns the 0-based index of the selection within the iterable. If the user clicks the \"Cancel\" button, the method returns -1. \n\n#### void\nhelp\n(*string* format)\n\n\nDisplays the monkeyrunner API reference in a style similar to that of Python's\n`pydoc` tool, using the specified format. \n\n##### Arguments\n\n| format | The markup format to use in the output. The possible values are \"text\" for plain text or \"html\" for HTML. |\n|--------|-----------------------------------------------------------------------------------------------------------|\n\n#### *string*\ninput\n(*string* message *string* initialValue, *string* title, *string* okTitle, *string* cancelTitle)\n\n\nDisplays a dialog that accepts input and returns it to the program. The dialog is\nmodal, so the program pauses until the user clicks one of the dialog's buttons.\n\n\nThe dialog contains two buttons, one of which displays the okTitle value\nand the other the cancelTitle value. If the user clicks the okTitle button,\nthe current value of the input box is returned. If the user clicks the cancelTitle\nbutton, an empty string is returned. \n\n##### Arguments\n\n| message | The prompt message displayed in the dialog. |\n| initialValue | The initial value to display in the dialog. The default is an empty string. |\n| title | The dialog's title. The default is \"Input\". |\n| okTitle | The text displayed in the okTitle button. The default is \"OK\". |\n| cancelTitle | The text displayed in the cancelTitle button. The default is \"Cancel\". |\n|--------------|-----------------------------------------------------------------------------|\n\n##### Returns\n\n- If the user clicks the okTitle button, then the method returns the current value of the dialog's input box. If the user clicks the cancelTitle button, the method returns an empty string. \n\n#### void\nsleep\n( *float* seconds )\n\n\nPauses the current program for the specified number of seconds. \n\n##### Arguments\n\n| seconds | The number of seconds to pause. |\n|---------|---------------------------------|\n\n#### `\n`[MonkeyDevice](/tools/help/MonkeyDevice)`\n`\nwaitForConnection\n(*float* timeout, *string* deviceId)\n\n\nTries to make a connection between the `monkeyrunner` backend and the\nspecified device or emulator. \n\n##### Arguments\n\n| timeout | The number of seconds to wait for a connection. The default is to wait forever. |\n| deviceId | A regular expression that specifies the serial number of the device or emulator. See the topic [Android Debug Bridge](/tools/help/adb) for a description of device and emulator serial numbers. |\n|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n##### Returns\n\n- A [MonkeyDevice](/tools/help/MonkeyDevice) instance for the device or emulator. Use this object to control and communicate with the device or emulator."]]