Hi Amadea Kristina Budiman, I’m sorry for the late reply. itu sepertinya gagal ditranspile ketika menjalankan setup. Apakah sudah mengambil latest master kita? Dan coba jalankan ./setup lagi, jika masih gagal. Coba jalankan command ini

node_global="$(npm config get prefix)"cd ${node_global}/lib/node_modules/hackpium/node_modules/appium-xcuitest-driver && gulp transpilecd ${node_global}/lib/node_modules/hackpium/node_modules/appium-ios-simulator && gulp transpilecd ${node_global}/lib/node_modules/hackpium/node_modules/node-simctl && gulp transpile

Untuk penggunaan prebuildWDA. jika menggunakan python dapat dijalankan dengan kode berikut

#kwargs adalah json dari desired capabilities appium yg dapat dilihat di http://appium.io/slate/en/master/?ruby#appium-server-capabilitiesdesired_caps=kwargs
application = webdriver.Remote(str(remote_url), desired_caps)

contoh dari kwargs adalah sebagai berikut

{
"platformName": "iOS",
"deviceName": "<your preferred device name>",
"udid": "<your udid>",
"app": "<your app name or your .app file path>",
"automationName": "XCUITest",
"platformVersion": "<your platform version>",
"autoWebview": false,
"noReset": true,
"reboot": false,
"xcodeOrgId": "<Your apple developer organization ID>",
"xcodeSigningId": "iPhone Developer",
"prebuildWDA": true,
"wdaLocalPort": "9200",
"showIOSLog": true
}

Semoga Membantu

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade