当前位置:网站首页>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/
边栏推荐
- Gossip about redis source code 80
- D27:mode of sequence (maximum, translation)
- Idea set class header comments
- Gossip about redis source code 76
- Gorilla/mux framework (RK boot): add tracing Middleware
- Solve the problem that the kaggle account registration does not display the verification code
- Mongoose the table associated with the primary key, and automatically bring out the data of another table
- 2022 Guangdong Provincial Safety Officer a certificate third batch (main person in charge) simulated examination and Guangdong Provincial Safety Officer a certificate third batch (main person in charg
- D30:color tunnels (color tunnels, translation)
- Hcip day 16 notes
猜你喜欢

2022.02.13

Idea set class header comments

Weekly leetcode - nc9/nc56/nc89/nc126/nc69/nc120

The first game of the new year, many bug awards submitted

Analysis on the scale of China's smart health industry and prediction report on the investment trend of the 14th five year plan 2022-2028 Edition

Scratch uses runner Py run or debug crawler

Recursive least square adjustment
![[source code] VB6 chat robot](/img/89/46b67f627c8257eaddc70a247c9ba5.jpg)
[source code] VB6 chat robot

Exclusive download! Alibaba cloud native brings 10 + technical experts to bring "new possibilities of cloud native and cloud future"

Esp-idf turns off serial port log output.
随机推荐
D24:divisor and multiple (divisor and multiple, translation + solution)
The interviewer's biggest lie to deceive you, bypassing three years of less struggle
Open 2022 efficient office, starting from project management
Fluent learning (4) listview
C # basic knowledge (1)
NPM script
Comment obtenir une commission préférentielle pour l'ouverture d'un compte en bourse? Est - ce que l'ouverture d'un compte en ligne est sécurisée?
Unsafe and CAS principle
How to make recv have a little temper?
Tencent interview: can you pour water?
2022.02.14
Minimum commission for stock account opening. Stock account opening is free. Is online account opening safe
How to solve the "safe startup function prevents the operating system from starting" prompt when installing windows10 on parallel desktop?
Design of logic level conversion in high speed circuit
Pyqt5 sensitive word detection tool production, operator's Gospel
Gossip about redis source code 81
Gossip about redis source code 80
Gossip about redis source code 78
2022 free examination questions for hoisting machinery command and hoisting machinery command theory examination
Yyds dry goods inventory [practical] simply encapsulate JS cycle with FP idea~