当前位置:网站首页>Selenium key combination operation
Selenium key combination operation
2022-06-29 17:40:00 【bobob_】
public void windowsKeyCtrlR(TestStep step) throws Exception {
try {
Robot robot = new Robot();
robot.keyPress(KeyEvent.VK_CONTROL);
robot.keyPress(KeyEvent.VK_R);
robot.keyRelease(KeyEvent.VK_CONTROL);
robot.keyRelease(KeyEvent.VK_R);
if (Constants.ISDEBUG) System.out.println(" Yes ctrl+r");
} catch (Exception e) {
e.printStackTrace();
if (Constants.ISDEBUG) System.err.println(Constants.LogCustom+"windowsKeyCtrlR");
}
}
边栏推荐
- Open source warehouse contribution - submit pr
- 基于STM32F103ZET6库函数独立看门狗(IWDG)实验
- C语言练习----指针字符串、链表
- 如何使用B/S开发工具DevExtreme的图表控件 - 自定义轴位置?
- Industry application of smart city based on GIS 3D visualization
- R语言使用MASS包的glm.nb函数建立负二项广义线性模型(negative binomial)、summary函数获取负二项广义线性模型模型汇总统计信息
- 设置双击运行 jar 文件
- 疫情居家外包项目之协作开发| 社区征文
- Self taught structure (small turtle C language)
- 从居家办公中感悟适配器模式 | 社区征文
猜你喜欢

OpenFeign使用步骤 轮询策略与权重 log4j使用 openFeign拦截器的配置

SRM supplier collaborative management system function introduction

SRM供应商协同管理系统功能介绍

育润多维发力慈善领域,勇抗企业公益大旗

Does MySQL support foreign keys

与爱同行,育润走进贫困家庭,助推公益事业

mysql. What is the concept of sock

mysql查询视图命令是哪个

剑桥大学教授:经常吃早餐害处多,很危险 - 知乎

What is the MySQL query view command
随机推荐
R语言epiDisplay包的aggregate函数将数值变量基于因子变量拆分为不同的子集,计算每个子集的汇总统计信息、aggregate.data.frame函数包含缺失值的情况下分组统计结果为NA
使用 SSH 方式拉取代码
迈动互联中标大家保险集团
Basic operations such as MySQL startup under Windows platform
Cross border independent station language Unicode to Hebrew
疫情居家外包项目之协作开发| 社区征文
Freedom自由协议质押挖矿系统开发
The R language inputs the distance matrix to the hclust function for hierarchical clustering analysis. The method parameter specifies the distance calculation method between two combined data points,
Leetcode daily question - 535 Encryption and decryption of tinyurl
从一个被应用商店坑了的BUG说起
OpenFeign使用步骤 轮询策略与权重 log4j使用 openFeign拦截器的配置
R language uses GLM function to build Poisson logarithm linear regression model, processes three-dimensional contingency table data to build saturation model, uses exp function and coef function to ob
The R language uses the KAP function (kap.2.raters function) of epidisplay package to calculate the value of kappa statistics (total consistency, expected consistency), analyze the consistency of the
About Kali using xshell connection
mysql如何查询表的字符集编码
reflex
Sword finger offer 13 Robot range of motion (BFS)
C language practice ---- pointer string and linked list
What is the function of MySQL cursors
R language uses user-defined functions to write deep learning leaky relu activation functions and visualize leaky relu activation functions