📌  相关文章
📜  driver.get() 和 driver.navigate.to( ) 有什么区别 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:35.147000             🧑  作者: Mango

代码示例1
* driver.get() à To open an URL and it will wait 
till the whole page gets loaded 
• driver.navigateto() à To navigate to an URL and 
it will not wait till the whole page get loaded