要定位最后一个按钮控件,您可以使用 last-child 伪类来选择导航中的最后一个按钮元素
page.querySelector("nav button[class^='Control__control']:last-child div");