标签:action 导入 chain bsp http .com ima rom 注意
一定位好要移动的图和目的位置,使用ActionChains(driver).drag_and_drop(s1,t1)将全部图移动到指定位置后,调用perfrom()方法,注意导入ActionChains
ActionChains(driver).drag_and_drop(s1, t1).\
drag_and_drop(s2,t2).\
drag_and_drop(s3,t3).\
drag_and_drop(s4,t4).perform()
二,三种等待时间方式
标签:action 导入 chain bsp http .com ima rom 注意
原文地址:https://www.cnblogs.com/jpwsk/p/9643823.html