gpt4 book ai didi

python - Selenium - click 和 clickAndWait 有什么区别?

转载 作者:太空狗 更新时间:2023-10-30 01:03:14 25 4
gpt4 key购买 nike

我是 selenium 的新手,需要对某些内容进行一些说明。我在 IDE 中尝试了 clickclickAndWait ,虽然引用文献清楚地说明了每个的含义,但当我将测试用例导出到 Python 时,似乎两者都在做这里也是一样

driver.find_element_by_xpath("//li[@id='pa-u_8298348-bd']/a/span[2]").click() #click and wait
driver.find_element_by_link_text("IMVironments").click() #click

有人能告诉我这里有什么区别吗?

最佳答案

来自 Selenium docs :

Many Actions can be called with the "AndWait" suffix, e.g. "clickAndWait". This suffix tells Selenium that the action will cause the browser to make a call to the server, and that Selenium should wait for a new page to load.

关于python - Selenium - click 和 clickAndWait 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10240329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com