質問編集履歴

1

インデントがおかしかったので修正しました

2017/06/27 08:35

投稿

kekosh
kekosh

スコア20

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
  driver.find_element_by_id('textdata').click()
58
58
 
59
- ActionChains(driver).key_down(Keys.CONTROL).send_keys('v').key_up(Keys.CONTROL).perform()
59
+ ActionChains(driver).key_down(Keys.CONTROL).send_keys('v').key_up(Keys.CONTROL).perform()
60
60
 
61
61
 
62
62