This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[HTTP] Waiting until the server is closed | |
[HTTP] Received server close event | |
[Appium] Welcome to Appium v1.22.0 | |
[Appium] Non-default server args: | |
[Appium] relaxedSecurityEnabled: true | |
[Appium] allowInsecure: { | |
[Appium] } | |
[Appium] denyInsecure: { | |
[Appium] } | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR | |
Failed to create session. An unknown server-side error occurred while processing the command. | |
Original error: pkg: /data/local/tmp/appium_cache/7c30ec5f0f993ec5accfb84873e85dc5147fdf0c.apk Failure [INSTALL_FAILED_OLDER_SDK] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[HTTP] Waiting until the server is closed | |
[HTTP] Received server close event | |
[Appium] Welcome to Appium v1.22.0 | |
[Appium] Non-default server args: | |
[Appium] relaxedSecurityEnabled: true | |
[Appium] allowInsecure: { | |
[Appium] } | |
[Appium] denyInsecure: { | |
[Appium] } | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error | |
Failed to create session. | |
A new session could not be created. | |
Details: pkg: /data/local/tmp/appium_cache/7c30ec5f0f993ec5accfb84873e85dc5147fdf0c.apk Failure [INSTALL_FAILED_OLDER_SDK]. | |
Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
修改中 | |
#include<stdio.h> | |
#include<stdlib.h> | |
#include<time.h> | |
//檢查要印出O還是X | |
char tablecheck(int position_x, | |
int position_y, | |
int table[3][3]) | |
{ |