Cannot indicate at flutter website

Hi,

does anyone have experience in automating at Flutter website?

flutter url : https://gallery.flutter.dev

I thought UI automation was always able to indicate elements on any website but Flutter is an exception.

we have used many methods but ended up using CV with slow performance.

maybe you have the best solution with stable and faster performance than CV. please share

thank you,
Indra

@irahmat

if you inspect the page source you can see that all pages are rendered through scripts and that is the reason you are unable to indicate the element as there is no dom structure available

So CV should be your route

cheers

1 Like

Hi Anil,

thank you for your quick response. you are right. no wonder, we need to put more effort into this case.

Cheers,
Indra

1 Like