业余时间抽空搭了个appium+selenium的环境(mac), 在执行第一个脚本的时候遇到个问题纪录下: could not get xcode version. /Library/Developer/Info.plist doest not exist on disk 解决方案 1.打开appium 2.点击apple 图标 3.选择advanced 4.最下面有个xcode path(原来的路径是/Library/Developer/Commandlinetools)改成你的xcode安…
In Sue’s article, it states that SQLDeveloper looks for a tnsnames.ora in the following places in this order : $HOME/.tnsnames.ora $TNS_ADMIN/tnsnames.ora /etc/tnsnames.ora $ORACLE_HOME/network/admin/tnsnames.ora…