This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
03adf4189e
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.locator.setwaitforstableboundingbox.md
Alex Rudenko
9c35e9ab1f
feat: implement Locator.race (
#10337
)
2023-06-07 12:45:02 +02:00
373 B
Raw
Blame
History
sidebar_label
Locator.setWaitForStableBoundingBox
Locator.setWaitForStableBoundingBox() method
Signature:
class
Locator
{
abstract
setWaitForStableBoundingBox
(
value
:
boolean
)
:
this
;
}
Parameters
Parameter
Type
Description
value
boolean
Returns:
this