Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Selenium的fireEvent中的焦点和模糊有什么区别?请帮忙。
我们在哪些情况下使用它?
这不是 Selenium特定的问题......
当元素获得焦点focus时触发该事件。
focus
当元素失去焦点blur时触发该事件。
blur
编辑:我以完全不同的方式解决了我的问题,感谢那些无论如何回应的人!帮了大忙!我需要通过 get 变量发送 HTML 表格。
代码是:
<html> <head> <meta charset="utf-8" /> <title>Itinerario</title> <link rel="stylesheet"