關閉→
當前位置:知科普>IT科技>appium和selenium區別

appium和selenium區別

知科普 人氣:8.93K

appium和selenium的區別如下:

appium和selenium區別

1、selenium是web端的自動化;

2、appium是app端的自動化,它繼承了webdriver(也就是selenium 2)。

selenium是自動化開發代碼,自動化執行想要的操作,比如運行在瀏覽器中,需要配置瀏覽器的信息,比如firefox.exe的位置,IEDriverServer.exe的位置,配置好了才能在瀏覽器中運行,這是針對pc通過瀏覽器訪問地址。appium是連接selenium和移動app之間的介質,如果沒有appium,也就無法讓selenium驅動手機應用來跑自動化。

TAG標籤:#appium #selenium #