Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
340 B
3
Indexable
Never
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();