当前位置:网站首页>Floating menu operation
Floating menu operation
2022-07-03 06:15:00 【Bobo AI leaves work】
from selenium.webdriver.common.action_chains import ActionChains
item=driver.find_element_by_name("tj_settingicon")
ActionChains(driver).move_to_element(item).perform()
driver.find_element_by_link_text(" Advanced search ").click()
Window switch :
old_handle = driver.current_window_handle driver.switch_to.window(driver.window_handles[1]) driver.find_element_by_name("word").send_keys("bobo") driver.switch_to.window(old_handle)
边栏推荐
- POI dealing with Excel learning
- Important knowledge points of redis
- Docker advanced learning (container data volume, MySQL installation, dockerfile)
- Apifix installation
- Alibaba cloud OOS file upload
- Core principles and source code analysis of disruptor
- 智牛股--03
- Decision tree of machine learning
- CKA certification notes - CKA certification experience post
- The most classic 100 sentences in the world famous works
猜你喜欢
智牛股项目--05
[system design] proximity service
Clickhouse learning notes (2): execution plan, table creation optimization, syntax optimization rules, query optimization, data consistency
Scripy learning
SVN分支管理
Synthetic keyword and NBAC mechanism
Kubesphere - build Nacos cluster
ruoyi接口权限校验
Kubernetes cluster environment construction & Deployment dashboard
Jedis source code analysis (II): jediscluster module source code analysis
随机推荐
Various usages of MySQL backup database to create table select and how many days are left
[set theory] relational closure (relational closure solution | relational graph closure | relational matrix closure | closure operation and relational properties | closure compound operation)
Reinstalling the system displays "setup is applying system settings" stationary
About the difference between count (1), count (*), and count (column name)
GPS坐标转百度地图坐标的方法
Detailed explanation of findloadedclass
从小数据量 MySQL 迁移数据到 TiDB
POI dealing with Excel learning
arcgis创建postgre企业级数据库
Simple solution of small up main lottery in station B
Intel's new GPU patent shows that its graphics card products will use MCM Packaging Technology
Leetcode solution - 02 Add Two Numbers
BeanDefinitionRegistryPostProcessor
YOLOV1学习笔记
Mysql
The win7 computer can't start. Turn the CPU fan and stop it
从小数据量分库分表 MySQL 合并迁移数据到 TiDB
Zhiniu stock -- 03
剖析虚幻渲染体系(16)- 图形驱动的秘密
Jedis source code analysis (I): jedis introduction, jedis module source code analysis