使用eclipse運行寫好的測試腳本的時候,報錯:
ImportError: No module named selenium.webdriver.common.by ERROR: Module: testXX could not be imported
ImportError: No module named appium ERROR: Module: testXX could not be imported
這是因為,我們沒有安裝 client? 和 selenium,在安裝了 easy_install 的前提下,只需要使用兩條命令就可以安裝了,具體可參考這篇文章

