当前位置:网站首页>Selenium library 4.5.0 keyword explanation (II)
Selenium library 4.5.0 keyword explanation (II)
2022-07-03 23:36:00 【Mark community】
SeleniumLibrary4.5.0 Keyword details ( Two )
Library version :4.5.0
Library scope : overall situation
Named parameters : Supported
brief introduction
SeleniumLibrary yes Robot Framework Of Web Test library .
This document explains how to use SeleniumLibrary Keywords provided . About installation , Support and other information , Please see the python3.9.0 + robotframework + selenium3 Instance experience .
of robotframework More information about the framework , Please see the https://blog.csdn.net/mask5726/category_10537277.html.
SeleniumLibrary Use... Internally Selenium WebDriver Module to control Web browser . About general Selenium For more information , Please see the http://seleniumhq.org.
The content list
1、 Element localization
2、 Browsers and windows
3、 Overtime , Wait and delay
4、 Operation fault function
5、 Boolean parameters
6、webDriver event
7、 Thread support
8、 plug-in unit
9、 introduce
11、 keyword
Browsers and windows
When SeleniumLibrary When talking about browsers and windows , Have different conceptual meanings . This chapter will explain these differences .
browser
call Open Browser or Create WebDriver When a keyword , It will use Selenium WebDriver API Create a new Selenium WebDriver example . use SeleniumLibrary The term , A new browser will be created . Open the browser or create through multiple calls WebDriver, You can launch multiple independent browsers at the same time (Selenium Webdriver example ). These browsers are usually independent of each other , And will not share Cookie, Data such as conversations or personal data . Usually , When the browser starts , It will create a window to display to the user .
window
The window is part of the browser , The browser loads the website and presents it to the user . All the content of the site is the content of the window . Windows are children of browsers . stay SeleniumLibrary in , Browser is WebDriver Synonyms for instances . A browser may have multiple windows . Windows Can be displayed as tabs , It can also be displayed as a separate window or pop-up windows with different positions and sizes . Windows belonging to the same browser usually share session details , for example cookie. If you need to separate session details ( for example , Log in with two different users ), You must create two browsers (Selenium WebDriver example ). You can use the application being tested or Execute Javascript Keyword example to open a new window :
Execute Javascript window.open() # Open a location as about:blank The new window of
The following example opens multiple browsers and windows , To demonstrate how to use different keywords to interact with browsers , And how to attach windows to these browsers .
Structure:
BrowserA
Window 1 (location=https://robotframework.org/)
Window 2 (location=https://robocon.io/)
Window 3 (location=https://github.com/robotframework/)
BrowserB
Window 1 (location=https://github.com/)
Example:
Open Browser https://robotframework.org ${BROWSER} alias=BrowserA # Open with the first window BrowserA.
Execute Javascript window.open() # Open the second window in the browser .
Switch Window locator=NEW # Switch to BrowserA The second window in
Go To https://robocon.io # The second window navigates to robocon Website .
Execute Javascript window.open() # Open the third window in the browser .
KaTeX parse error: Expected 'EOF', got '#' at position 49: …tor=NEW #̲ Switch to BrowserA No …{BROWSER} alias=BrowserB # Open with the first window BrowserB.
KaTeX parse error: Expected 'EOF', got '#' at position 39: …ion #̲ {location} Get location is :https://www.github.com
Switch Window ${handle} browser=BrowserA # BrowserA The second window is selected .
KaTeX parse error: Expected 'EOF', got '#' at position 39: …ion #̲ {location} Get location is : https://robocon.io/
@{locations 1} Get Locations # By default , List the currently active browsers (BrowserA) The next position .
@{locations 2} Get Locations browser=ALL # By using browser = ALL Parameter keywords list all locations in all browsers .
The above example @ {locations 1} Contains the following windows :https://robotframework.org/,https://robocon.io/ and https://github.com/robotframework/’.
@ {locations 2} Contains the following windows :https://robotframework.org/、https://robocon.io/、https://github.com/robotframework/' and ’https://github.com/
边栏推荐
- How to understand the gain bandwidth product operational amplifier gain
- Fudan 961 review
- Minimum commission for stock account opening. Stock account opening is free. Is online account opening safe
- How to prevent malicious crawling of information by one-to-one live broadcast source server
- The first game of the new year, many bug awards submitted
- Analysis of refrigeration and air conditioning equipment operation in 2022 and examination question bank of refrigeration and air conditioning equipment operation
- Format cluster and start cluster
- Interpretation of corolla sub low configuration, three cylinder power configuration, CVT fuel saving and smooth, safety configuration is in place
- [network security] what is emergency response? What indicators should you pay attention to in emergency response?
- The difference between single power amplifier and dual power amplifier
猜你喜欢
2022.02.13
Cgb2201 preparatory class evening self-study and lecture content
I wrote a chat software with timeout connect function
[network security] what is emergency response? What indicators should you pay attention to in emergency response?
JDBC Technology
Apple released a supplementary update to MacOS Catalina 10.15.5, which mainly fixes security vulnerabilities
Ppt image processing
Qtoolbutton available signal
Scratch uses runner Py run or debug crawler
Qtoolbutton - menu and popup mode
随机推荐
C # basic knowledge (1)
Solve the problem that the kaggle account registration does not display the verification code
[issue 16] golang's one-year experience in developing Purdue Technology
QT creator source code learning note 05, how does the menu bar realize plug-in?
Amway by head has this project management tool to improve productivity in a straight line
Enter MySQL in docker container by command under Linux
D27:mode of sequence (maximum, translation)
MLX90614 driver, function introduction and PEC verification
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
D30:color tunnels (color tunnels, translation)
Hcip day 15 notes
[untitled]
2022 chemical automation control instrument examination content and chemical automation control instrument simulation examination
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
Ppt image processing
Report on the construction and development mode and investment mode of sponge cities in China 2022-2028
Design of logic level conversion in high speed circuit
D26: the nearest number (translation + solution)
Gossip about redis source code 73
Scratch uses runner Py run or debug crawler