I am trying to render a page which on load automatically shows the print dialog. I want to skip it using selenium. I searched on internet but couldn't find any suitable example since most of example handles javascript alert not windows alert.
I also install python robotframework
because many people suggested it but couldn't find any example for that either.
My question is how to dismiss windows alert using selenium and robotframework in python?
NOTE: This question is in continuation of my previous question. python selenium not updating pop up window url