Plex website prompt

when I am exporting some data from Plex website suddenly prompt appear how to handle it prompts are not fixed they can appear at any time?how to resolve this issue
TIA

@Cuberoot

One way is to use global exception handler and keep the handling or clicking on the prompt in that…and then continue with process…if prompt is not appeared then throw error from global exception handler…this way whenever some activity fails it first goes to handler and checks if the pop up exists and handles else will throw error as is

Another way is to use a parallel activity and give the handling of pop up in loop on one side and whole process on other side

Hope this helps

Cheers

Cheers

1 Like