| Index: tools/perf/page_sets/login_helpers/login_utils.py
|
| diff --git a/tools/perf/page_sets/login_helpers/login_utils.py b/tools/perf/page_sets/login_helpers/login_utils.py
|
| index 6e313f7c0fa2fecdbafe9bdce75ba00d2f34e61b..710c415a659dbf53c91ff6149a8887b4d7cfb4fe 100644
|
| --- a/tools/perf/page_sets/login_helpers/login_utils.py
|
| +++ b/tools/perf/page_sets/login_helpers/login_utils.py
|
| @@ -45,7 +45,7 @@ def InputWithSelector(action_runner, input_text, input_selector):
|
| possible exceptions.
|
| """
|
| action_runner.WaitForElement(selector=input_selector)
|
| - action_runner.ExecuteJavaScript2(
|
| + action_runner.ExecuteJavaScript(
|
| 'document.querySelector({{ selector }}).value = {{ value }};',
|
| selector=input_selector, value=input_text)
|
|
|
|
|