Index: tools/perf/page_sets/browser_control_click.json |
diff --git a/tools/perf/page_sets/browser_control_click.json b/tools/perf/page_sets/browser_control_click.json |
index 3e513e09a51d61eec2cb6bace4c6f05a4e714fbb..845ded65320128cb79b38301d000c0350c7f91de 100644 |
--- a/tools/perf/page_sets/browser_control_click.json |
+++ b/tools/perf/page_sets/browser_control_click.json |
@@ -11,9 +11,9 @@ |
{ "action": "wait", "condition": "element", "xpath": "id(\"attach\")" } |
], |
"endure": [ |
- { "action": "click_element", "xpath": "id(\"attach\")" }, |
+ { "action": "javascript_click", "xpath": "id(\"attach\")" }, |
{ "action": "wait", "seconds": 0.5 }, |
- { "action": "click_element", "xpath": "id(\"detach\")" }, |
+ { "action": "javascript_click", "xpath": "id(\"detach\")" }, |
{ "action": "wait", "seconds": 0.5 } |
] |
} |