I'm not so fit when it comes to 'span'. Can you help me briefly With your query for the word "explanations" I would like to see if it is visible.
The entire 'span' is according to the cathedral:
<Span data version = "4" Role = "Presentation" Style = "Z-index: 100000; Display: Block; opacity: 1; Position: Absolute; TOP: 0.1333px; Left: 0px; Color: RGB (0, 0, 0); White-Space: Pre; Font: 16PX F2; Letter-Spacing: 0pt; "> Explanations </span>
How do I build the query? Do I have to install the complete 'span'? Actually it shows :
await page.getFormstationFrameLocator().getByRole('presentation', { name: 'xyz', exact: true }).isVisible();
But the responds is already fine, it doesn't matter what i type at "name"... ("Explanations" or "something else")
Thank you very much