比如
driver .hasElementByName('xxx') .then(function(d){ //操作1+操作2+操作3 }) .操作4 现在是会同时执行1,和4 怎么写能让操作1,2,3执行完之后再执行4