Jump to content
UBot Underground

Pop Up help After the Update


Recommended Posts

hi
 
I am trying to create a simple bot that has to work on a pop up the recent update 4.10 says that the pop up stuff is fixed.
I want to know then why the pop up is not working as it should or i am doing some mistake please show me the right way.
 
here is the code

navigate("http://trickytricks.blogspot.in/", "Wait")
wait for browser event("Page Loaded", "")
click(<id="b-more">, "Left Click", "No")
wait for element(<id="bm-report">, "", "Appear")
click(<id="bm-report">, "Left Click", "No")

Or should i use it like

 

navigate("http://trickytricks.blogspot.in/", "Wait")
wait for browser event("Page Loaded", "")
click(<id="b-more">, "Left Click", "No")
wait for element(<id="bm-report">, "", "Appear")
in popup {
    click(<id="bm-report">, "Left Click", "No")
}

 

Also i want to know if there is a pop up and i want to open in new side browser then how to do that in the above mentioned example.

 

Thanks in advance for help.

 

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...