I know we can create headless browser. But my question here is can we make it switch between Visible and Invisible mode.
So if i want to show something i do something like:
driver.Visible=true;
and they see it and after that i can do :
driver.Visible=false;