[[page.getByText]]などで[[DOM]]にはテキストが含まれるが、display属性などの都合で不可視になっている[[Locator]]を除外したい。`locator("visible=true")` を使う。 ```ts await page.getByText("hoge").locator("visible=true") ```