ElementHandle.scrollIntoView() 方法
使用自动化协议客户端或调用 element.scrollIntoView 将元素滚动到视图中。
签名:
class ElementHandle {
scrollIntoView(this: ElementHandle<Element>): Promise<void>;
}
参数
参数 | 类型 | 描述 |
---|---|---|
this | ElementHandle<Element> |
返回值
Promise<void>
使用自动化协议客户端或调用 element.scrollIntoView 将元素滚动到视图中。
class ElementHandle {
scrollIntoView(this: ElementHandle<Element>): Promise<void>;
}
参数 | 类型 | 描述 |
---|---|---|
this | ElementHandle<Element> |
返回值
Promise<void>