Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Selenium-5 multi-window switching

2025-03-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

# search 51cto from Baidu and go to the home page of 51cto College

From selenium import webdriver

B = webdriver.Firefox ()

B.get ("http://baidu.com")"

Ele = b.find_element_by_id ("kw")

Ele.send_keys ("51cto")

Ele.click ()

B.find_element_by_partial_link_text ("IT system training leaders"). Click ()

B.window_handles

B.current_window_handle

B.switch_to_window (b.window_handles [1])

B.current_windows_handle # displays the current handle, in this case, the window in which it is located

B.window_handles # lists all handles, in this case, all open browser windows

B.switch_to_window # switch handle, in this case, toggle window

B.current_url # shows the current handle link

B.switch_to_window (b.window_handles [1]) # switch to 51cto window

B.switch_to_window (b.window_handles [0]) # switch to Baidu search results window

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report