webDriver API——第5部分Special Keys
The Keys implementation.
- class selenium.webdriver.common.keys.Keys
-
Bases: object
Set of special keys codes.
- ADD= u'\ue025'
- ALT= u'\ue00a'
- ARROW_DOWN= u'\ue015'
- ARROW_LEFT= u'\ue012'
- ARROW_RIGHT= u'\ue014'
- ARROW_UP= u'\ue013'
- BACKSPACE= u'\ue003'
- BACK_SPACE= u'\ue003'
- CANCEL= u'\ue001'
- CLEAR= u'\ue005'
- COMMAND= u'\ue03d'
- CONTROL= u'\ue009'
- DECIMAL= u'\ue028'
- DELETE= u'\ue017'
- DIVIDE= u'\ue029'
- DOWN= u'\ue015'
- END= u'\ue010'
- ENTER= u'\ue007'
- EQUALS= u'\ue019'
- ESCAPE= u'\ue00c'
- F1= u'\ue031'
- F10= u'\ue03a'
- F11= u'\ue03b'
- F12= u'\ue03c'
- F2= u'\ue032'
- F3= u'\ue033'
- F4= u'\ue034'
- F5= u'\ue035'
- F6= u'\ue036'
- F7= u'\ue037'
- F8= u'\ue038'
- F9= u'\ue039'
- HELP= u'\ue002'
- HOME= u'\ue011'
- INSERT= u'\ue016'
- LEFT= u'\ue012'
- LEFT_ALT= u'\ue00a'
- LEFT_CONTROL= u'\ue009'
- LEFT_SHIFT= u'\ue008'
- META= u'\ue03d'
- MULTIPLY= u'\ue024'
- NULL= u'\ue000'
- NUMPAD0= u'\ue01a'
- NUMPAD1= u'\ue01b'
- NUMPAD2= u'\ue01c'
- NUMPAD3= u'\ue01d'
- NUMPAD4= u'\ue01e'
- NUMPAD5= u'\ue01f'
- NUMPAD6= u'\ue020'
- NUMPAD7= u'\ue021'
- NUMPAD8= u'\ue022'
- NUMPAD9= u'\ue023'
- PAGE_DOWN= u'\ue00f'
- PAGE_UP= u'\ue00e'
- PAUSE= u'\ue00b'
- RETURN= u'\ue006'
- RIGHT= u'\ue014'
- SEMICOLON= u'\ue018'
- SEPARATOR= u'\ue026'
- SHIFT= u'\ue008'
- SPACE= u'\ue00d'
- SUBTRACT= u'\ue027'
- TAB= u'\ue004'
- UP= u'\ue013'
webDriver API——第5部分Special Keys的更多相关文章
- <译>Selenium Python Bindings 6 - WebDriver API
本章涉及Selenium WebDriver的所有接口. Recommended Import Style 推荐的导入风格如下: from selenium import webdriver 然后,你 ...
- webdriver API study
This chapter cover all the interfaces of Selenium WebDriver. Recommended Import Style The API defini ...
- WebDriver API——第1部分
The API definitions in this chapter shows the absolute location of classes. However the recommended ...
- [译]Selenium Python文档:七、WebDriver API接口
由于API文档格式不太适合cnblog博客,暂且翻译一部分,且暂未校对 注意:这不是官方文档,官方 API文档在这里. 本章包含Selenium WebDriver的所有接口 推荐import风格 本 ...
- python+selenium自动化软件测试(第2章):WebDriver API
2.1 操作元素基本方法 前言前面已经把环境搭建好了,从这篇开始,正式学习selenium的webdriver框架.我们平常说的 selenium自动化,其实它并不是类似于QTP之类的有GUI界面的可 ...
- Selenium WebDriver Api 知识梳理
之前一直没有系统的梳理WebDriver Api的相关知识,今天借此机会整理一下. 1.页面元素定位 1.1.8种常用定位方法 # id定位 driver.find_element_by_id() # ...
- 2.28 查看webdriver API
2.28 查看webdriver API(带翻译) 前言 前面都是点点滴滴的介绍selenium的一些api使用方法,那么selenium的api到底有多少呢?本篇就教大家如何去查看seleni ...
- selenium初识(二)——之webdriver API
配置完的环境之后,我们先来写一个小脚本: # __Author__:"Jim_xie" from selenium import webdriver from time impor ...
- Python_selenium_WebDriver API,ActionChains鼠标, Keys 类键盘
WebDriver 提供的八种定位方法: find_element_by_id() find_element_by_name() find_element_by_class_name() find_e ...
随机推荐
- plsql分支,循环,异常
pl/sql 分支,循环和异常分支: DECLARE BEGIN END; 循环:loop,while,for 1.LOOP EXIT WHEN ...
- 【我要学python】open函数的简单用法
open函数 1,使用方法:open('文件路径', '模式',编码方式). 2,最好使用with open as: 省去每一次都需要close()的环节 3,模式介绍: ①w 可写(如果存在,会覆盖 ...
- 【最大流Dinic模板】HDU1532&POJ1273-Drainage Ditches(16/3/6更正)
#include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #inc ...
- (原创)Stanford Machine Learning (by Andrew NG) --- (week 1) Introduction
最近学习了coursera上面Andrew NG的Machine learning课程,课程地址为:https://www.coursera.org/course/ml 在Introduction部分 ...
- JDK源码学习笔记——String
1.学习jdk源码,从以下几个方面入手: 类定义(继承,实现接口等) 全局变量 方法 内部类 2.hashCode private int hash; public int hashCode() { ...
- iOS10 App跳转到系统设置
实现类似万能钥匙中点击一个Wi-Fi跳转到系统Wi-Fi设置界面的功能. NSString * urlString = @"App-Prefs:root=WIFI"; if ([ ...
- java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager
描述: 在mac电脑上的Android Studio.因为项目需求,加载plugins中的dart和Flutter插件.经过***后,依然无法从AS中加载进来. 曲折到Jetbrains官网下载了da ...
- 【java】实体类中 Set<对象> 按照对象的某个字段对set排序
背景: User实体类 有个属性是 Set<PositionChange> 职位变更字段 如下: PositionChange实体类 有个属性是positionStartDate 什 ...
- dotnet若干说明图片
- 《Windows驱动开发技术详解》之StartIO例程
内容中包含 base64string 图片造成字符过多,拒绝显示