Jump to content
UBot Underground

Exbrowser Confirm Dialog + Disable-Notification


Recommended Posts

hello guys.. i am using exbrowser and launching chrome...

 

how do I close this leave this site dialog? http://image.prntscr.com/image/44a43f9e0b3445a7abc69c4bbba5c627.png

 

i have this and it does not seem to work?

 

    if($plugin function("ExBrowser.dll", "$ExBrowser Element Exist", "x://a[contains(text(), \\\'leave this site\\\')]")) {
        then {
            plugin command("ExBrowser.dll", "ExBrowser Confirm Dialog")
        }
        else {
        }
    
 
i am also using this but the popups still appears
 
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Generic Chrome Parameter", "--disable-notifications"))

 

Link to post
Share on other sites

Hi.

 

The command: 

plugin command("ExBrowser.dll", "ExBrowser Confirm Dialog")

 

should do the job. Are you sure that the if statement is true and that the command executes?

The IF command is probably not necessary. 

 

If that still doesn't work, send a support ticket with some code to reproduce the problem and I'll take a look.

 

Dan

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...