puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Add missing tests waittask.spec.ts

Open kblok opened this issue 2 years ago • 0 comments

waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible (display) waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible (visibility) waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible (bounding box) waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible recursively waittask.spec.ts: Frame.waitForSelector: should wait for element to be hidden (visibility) waittask.spec.ts: Frame.waitForSelector: should wait for element to be hidden (display) waittask.spec.ts: Frame.waitForSelector: should wait for element to be hidden (bounding box) waittask.spec.ts: Frame.waitForSelector: should wait for element to be hidden (removal) waittask.spec.ts: Frame.waitForXPath: hidden should return null if the element is not found waittask.spec.ts: Frame.waitForXPath: hidden should return an empty element handle if the element is found

kblok avatar Apr 10 '23 11:04 kblok