| Index: tools/perf/page_sets/indexeddb_offline.json
|
| diff --git a/tools/perf/page_sets/indexeddb_offline.json b/tools/perf/page_sets/indexeddb_offline.json
|
| index b3a60a0b7a57d24ded6ac247782d37491d9c42f8..0c349ae6864b4619d312cc55090de944c1963c72 100644
|
| --- a/tools/perf/page_sets/indexeddb_offline.json
|
| +++ b/tools/perf/page_sets/indexeddb_offline.json
|
| @@ -12,11 +12,11 @@
|
| ],
|
| "endure": [
|
| { "action": "wait", "condition": "element", "selector": "button[id=\"online\"]:not(disabled)" },
|
| - { "action": "click_element", "selector": "button[id=\"online\"]:not(disabled)" },
|
| + { "action": "javascript_click", "selector": "button[id=\"online\"]:not(disabled)" },
|
| { "action": "wait", "condition": "element", "xpath": "id(\"state\")[text()=\"online\"]" },
|
| { "action": "wait", "seconds": 1 },
|
| { "action": "wait", "condition": "element", "selector": "button[id=\"offline\"]:not(disabled)" },
|
| - { "action": "click_element", "selector": "button[id=\"offline\"]:not(disabled)" },
|
| + { "action": "javascript_click", "selector": "button[id=\"offline\"]:not(disabled)" },
|
| { "action": "wait", "condition": "element", "xpath": "id(\"state\")[text()=\"offline\"]" }
|
| ]
|
| }
|
|
|