மொபைல் JSON வயர் நெறிமுறை
getPageIndex
Mobile JSON Wire Protocol command. More details can be found in the official protocol docs.
எச்சரிக்கை
இந்த நெறிமுறை கட்டளை காலாவதியானது
Appium 2.0 இல், இந்த முறை காலாவதியானதாக குறிக்கப்பட்டுள்ளது மற்றும் தற்போது மாற்று வழிகள் எதுவும் இல்லை.
Usage
driver.getPageIndex()
Returns
- <string>
getNetworkConnection
Mobile JSON Wire Protocol command. More details can be found in the official protocol docs.
Usage
driver.getNetworkConnection()
Returns
- <number>
connectionType: see https://appium.github.io/appium.io/docs/en/writing-running-appium/other/network-connection/
setNetworkConnection
Mobile JSON Wire Protocol command. More details can be found in the official protocol docs.
Usage
driver.setNetworkConnection(type)
Parameters
| Name | Type | Details |
|---|---|---|
type | number | உரையாக்கம் செய்யப்படும் போது முழு எண் மதிப்பாக மாற்றப்பட வேண்டிய பிட் மாஸ்க் |
touchPerform
Mobile JSON Wire Protocol command. More details can be found in the official protocol docs.
Usage
driver.touchPerform(actions)
Parameters
| Name | Type | Details |
|---|---|---|
actions | object[] | உள்ளீட்டு மூலங்கள் மற்றும் அதனுடன் தொடர்புடைய செயல்களை பிரதிநிதித்துவப்படுத்தும் பொருள்களின் பட்டியல் |
multiTouchPerform
Mobile JSON Wire Protocol command. More details can be found in the official protocol docs.
Usage
driver.multiTouchPerform(actions, elementId)
Parameters
| Name | Type | Details |
|---|---|---|
actions | object[] | உள்ளீட்டு மூலங்கள் மற்றும் அதனுடன் தொடர்புடைய செயல்களை பிரதிநிதித்துவப்படுத்தும் பொருள்களின் பட்டியல் |
elementIdoptional | object[] | Find Element(s) என்ற முந்தைய அழைப்பில் திருப்பித் தரப்பட்ட உறுப்பின் ஐடி |
receiveAsyncResponse
Mobile JSON Wire Protocol command. More details can be found in the official protocol docs.
Usage
driver.receiveAsyncResponse(status, value)
Parameters
| Name | Type | Details |
|---|---|---|
status | string | பதிலின் எதிர்பார்க்கப்படும் நிலை |
value | string | பதிலின் எதிர்பார்க்கப்படும் மதிப்பு |