I'm trying to create a bot for http://socialmediaexplode.com but when i try to open a popup window in ubot, it doesn't display correctly. It works ok in firefox/chrome/ie. Below is my code. Thank you.
ui text box("username", #username)
ui text box("password", #password)
navigate("http://socialmediaexplode.com/xchange.php?p=fb2", "Wait")
if($exists(<username field>)) {
then {
type text(<username field>, #username, "Standard")
type text(<password field>, #password, "Standard")
click($element offset(<login button>, 0), "Left Click", "No")