質問編集履歴

1

追記1

2017/12/22 05:01

投稿

nama-chan
nama-chan

スコア31

test CHANGED
File without changes
test CHANGED
@@ -36,4 +36,22 @@
36
36
 
37
37
  ```
38
38
 
39
+
40
+
41
+ 例えば
42
+
43
+ ```
44
+
45
+ driver.execute_script("document.getElementsByName('search_query')[0].setAttribute('display','');")
46
+
47
+ ```
48
+
49
+ ```
50
+
51
+ driver.execute_script("document.getElementsByName('search_query')[0].style = '';")
52
+
53
+ ```
54
+
55
+ こういうことをやってもうまくいきませんでした。
56
+
39
57
  宜しくお願いします。