我已经打开了https://web.whatsapp.com。我想使用JS单击“新建聊天”按钮。我尝试使用类名进行搜索,但它没有点击。为什么?
请在链接中删除https后的空格。
图标的屏幕截图:http:// image.prntscr.com/image/0668dd3c273a484ab997a4ad8331fedd.png
到目前为止我从chrome控制台做了什么,
var opennewchat = document.getElementsByClassName("icon icon-chat");
opennewchat[0].click();
Inspect Element截图:http:// image.prntscr.com/image/5cb835ac06f248008401bacc8a80ecf7.png
但这不起作用:/任何想法为什么?