Closed zionitcorp closed 4 years ago
index.js Line 189 fixed for the right message text field. Before this fixing, the text was being written in the Search field when smart reply buttons were being pressed.
await page.type("#main > footer > div.copyable-area > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)", message);
fixed file is attached. index.js.zip
I am unable to see your changes. Can you update your branch with master and make a pull-request again?
Closing this as I am unable to see the changes in files changed tab.
index.js Line 189 fixed for the right message text field. Before this fixing, the text was being written in the Search field when smart reply buttons were being pressed.
await page.type("#main > footer > div.copyable-area > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)", message);
fixed file is attached. index.js.zip