Untitled
Anonymous
plain_text
09/07/2023 9:20 AM
456 B
20
Indexable
const [linkHandler] = await framess[3].$x("//h4[contains(., 'Ogłoszenie upadłości/oddalenie wniosku (art. 13 p.u.)')]");
await Actor.setValue('my-key', screenshot, { contentType: 'image/png' });
await wait(3000);
console.log("KLIKAM");
let link = [linkHandler][0] as unknown as HTMLElement;
await link.click();Editor is loading...