MonkeyRunner
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Statik yardımcı program yöntemleri içeren bir monkeyrunner sınıfı.
Özet
Yöntemler |
geçersiz
|
alert
(dize mesajı,
dize başlığı,
dize okTitle)
Mevcut programı çalıştıran işleme ilişkin bir uyarı iletişim kutusu görüntüler.
|
tam sayı
|
choice
(dize mesajı,
yiterlenebilir seçenekler,
dize başlığı)
Mevcut programı çalıştıran işlemle ilgili seçeneklerin listesini içeren bir iletişim kutusu görüntüler.
|
geçersiz
|
yardım
(dize biçimi)
Belirtilen biçimi kullanarak monkeyrunner API referansını Python'ın pydoc aracına benzer bir stilde görüntüler.
|
dize
|
input
(dize mesajı,
dize initialValue,
dize başlığı,
dize okTitle,
string cancelTitle)
Girişi kabul eden bir iletişim kutusu görüntüler.
|
geçersiz
|
uyku
(kayan saniye)
Geçerli programı belirtilen süre boyunca duraklatır.
|
MonkeyDevice
|
waitForConnection
(kayan zaman aşımı,
string deviceId)
monkeyrunner arka ucu ile belirtilen cihaz veya emülatör arasında bağlantı kurmaya çalışır.
|
Herkese açık yöntemler
dize
alert
(
dize mesajı,
dize başlığı,
dize okTitle)
Mevcut programı çalıştıran işleme ilişkin bir uyarı iletişim kutusu görüntüler. İletişim kutusu kalıcı olduğundan, kullanıcı iletişim kutusunun düğmesini tıklayana kadar program duraklar.
Bağımsız Değişkenler
mesaj |
İletişim kutusunda gösterilecek mesaj.
|
title |
İletişimin başlığı. Varsayılan değer "Uyarı"dır.
|
okTitle |
İletişim kutusu düğmesinde gösterilen metin. Varsayılan değer "Tamam" şeklindedir.
|
integer
choice
(dize mesajı,
yiterlenebilir seçenekler,
dize başlığı)
Mevcut programı çalıştıran işlemle ilgili seçeneklerin listesini içeren bir iletişim kutusu görüntüler. İletişim kutusu kalıcı olduğundan kullanıcı, iletişim kutusunun düğmelerinden birini tıklayana kadar program duraklar.
Bağımsız Değişkenler
mesaj |
İletişim kutusunda gösterilen istem mesajı.
|
seçenekler |
Dize olarak görüntülenen bir veya daha fazla nesne içeren bir Python yinelemesidir. Önerilen form bir dize dizisidir.
|
title
|
İletişimin başlığı. Varsayılan değer "Giriş"tir.
|
İlerlemeler
-
Kullanıcı bir seçim yapar ve "Tamam" düğmesini tıklarsa yöntem, tekrarlanabilir öğe içindeki seçimin 0 tabanlı dizinini döndürür.
Kullanıcı "İptal" düğmesini tıklarsa yöntem -1 değerini döndürür.
Belirtilen biçimi kullanarak monkeyrunner API referansını Python'ın pydoc
aracına benzer bir stilde görüntüler.
Bağımsız Değişkenler
biçim |
Çıkışta kullanılacak işaretleme biçimi. Olası değerler, düz metin için "text" (metin) veya HTML için "html"dir.
|
Girişi kabul eden ve programa döndüren bir iletişim kutusu görüntüler. İletişim kutusu kalıcı olduğundan kullanıcı, iletişim kutusunun düğmelerinden birini tıklayana kadar program duraklar.
İletişim kutusunda iki düğme bulunur. Bu düğmelerden biri okTitle değerini ve diğeri cancelTitle değerini gösterir. Kullanıcı okTitle düğmesini tıklarsa giriş kutusunun mevcut değeri döndürülür. Kullanıcı cancelTitle düğmesini tıklarsa boş bir dize döndürülür.
Bağımsız Değişkenler
mesaj |
İletişim kutusunda gösterilen istem mesajı.
|
ilkDeğer |
İletişim kutusunda gösterilecek ilk değer. Varsayılan değer boş bir dizedir.
|
title |
İletişimin başlığı. Varsayılan değer "Giriş"tir.
|
okTitle |
okTitle düğmesinde görüntülenen metin. Varsayılan değer "Tamam"tır.
|
iptalBaşlık |
cancelTitle düğmesinde görüntülenen metin. Varsayılan ayar "İptal"tir.
|
İlerlemeler
-
Kullanıcı okTitle düğmesini tıklarsa yöntem, iletişim kutusunun giriş kutusunun geçerli değerini döndürür. Kullanıcı cancelTitle düğmesini tıklarsa yöntem boş bir dize döndürür.
void
sleep
(
kayan saniye
)
Geçerli programı belirtilen süre boyunca duraklatır.
Bağımsız Değişkenler
saniye |
Duraklatılacak saniye sayısı.
|
MonkeyDevice
waitForConnection
(kayan zaman aşımı,
string deviceId)
monkeyrunner
arka ucu ile belirtilen cihaz veya emülatör arasında bağlantı kurmaya çalışır.
Bağımsız Değişkenler
Mola |
Bağlantı için beklenecek saniye sayısı. Varsayılan ayar sonsuza kadar beklemektir.
|
cihaz kimliği
|
Cihazın veya emülatörün seri numarasını belirten bir normal ifade. Cihaz ve emülatör seri numaralarının açıklaması için Android Hata Ayıklama Köprüsü konusuna bakın.
|
İlerlemeler
-
Cihaz veya emülatör için bir
MonkeyDevice
örneği. Cihazı veya emülatörü kontrol etmek ve bunlarla iletişim kurmak için bu nesneyi kullanın.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]