【发布时间】:2016-03-21 07:19:12
【问题描述】:
以下有什么区别:
open(url); // this is from Selenide
&
driver.navigate().to(url); //this is from selenium
&
driver.get(url); //this is from selenium
【问题讨论】:
-
我不知道硒。获取和导航请参考:stackoverflow.com/questions/5664808/…
标签: selenium selenium-webdriver selenide