Disable or click javascript alert box
I am running an automation in google chrome where the website has a javascript alert box. I made a workaround using sendkeys enter but it is not appropriate as it is not stand alone and user is using the pc which may cause the sendkeys not to work accurately. I cannot override the javascript by using execute script to override the alert because the alert script/code is not visible in the view source. Do you have any idea how to click or disable it.