当前位置:网站首页>selenium操作元素遇到的异常
selenium操作元素遇到的异常
2022-06-12 21:26:00 【InfoQ】
1. NoSuchElementException异常
2. NoSuchFrameException异常
3. NoSuchWindowException异常
4. ElementNotVisiableException异常
5.ElementNotInteractableException异常
6.StaleElementReferenceException异常
VerifyExceptionStaleElement
[Documentation] 处理点击元素报StaleElementReferenceException异常
... 如果定位元素获取到的是个元素列表,需要传列表index,指定列表中的哪个具体元素
[Arguments] ${ele_locator} ${multiple_elements_flag} ${multiple_elements_locator} ${ele_index}
IF '${multiple_elements_flag}' == 'true'
@{ele_list} get webelements ${multiple_elements_locator}
click element ${ele_list}[${ele_index}]
ELSE
refreshpage
sleep 5
click element ${ele_locator}
END
7.InvalidStaleElementException异常
8.TimeoutException异常
9.NoAlertPresentException异常
10.UnsupportedCommandException异常
11.WebDriverException 异常
边栏推荐
- 好数对的求解
- 同花顺能开户吗,在APP上可以直接开通券商安全吗 ,证券开户怎么开户流程
- USB mechanical keyboard changed to Bluetooth Keyboard
- Draw according to weight
- My way of programming
- Lintcode:127. Topology sorting
- 同花顺能开户吗,在APP上可以直接开通券商安全吗
- 服务没有报告任何错误mysql
- Shell script Basics
- Product Manager: "click here to jump to any page I want to jump" -- decoupling efficiency improving artifact "unified hop routing"
猜你喜欢

Lintcode:127. Topology sorting

Data visualization diagram microblog forwarding diagram

RestTemplate的@LoadBalance注解

Data visualization - Calendar chart

Vs2017 environmental issues

Experiment 7-2-6 print Yanghui triangle (20 points)

【目标检测】|Dive Deeper Into Box for Object Detection 基于FCOS新训练方法

@loadbalance annotation of resttemplate

#141 Linked List Cycle

GPU giant NVIDIA suffered a "devastating" network attack, and the number one malware shut down its botnet infrastructure | global network security hotspot on February 28
随机推荐
Lintcode:127. Topology sorting
Introduction to the characteristics of balancer decentralized exchange market capitalization robot
What's a good gift for the goddess Festival? Gift recommendation for the goddess Festival on March 8
Scatter in pytorch_ () function
Smart management of green agriculture: a visual platform for agricultural product scheduling
The Post-00 financial woman with a monthly salary of 2W conquered the boss with this set of report template
Integrated monitoring solution for power environment of small and medium-sized computer rooms
To delete a character from a string
torch. unique()
Main stages of garbage collection in ZGC
How to design a message box through draftjs
初步了解认识正则表达式(Regex)
Common error in script execution: build sh: caller: not found
Lua pattern matching
Shell script Basics
Pointer and array & pointer and const & struct and Const
Ubuntu 16.04 installing mysql5.6
What did new do
插入排序
风控建模十:传统建模方法存在的问题探讨及改进方法探索