手机版百度首页

auto();

//找不到
var a = id("index-bn").findOnce();
console.log(a);

//找到
var b = text("百度一下").findOnce();
console.log(b);