Jump to content
UBot Underground

How To Stay On A Page You Navigate


Recommended Posts

Hello,

 

I used to use navigate() function without problem, but sometimes it redirect to another page after navigate the url i need.

How to force ubot "stay" on that page

I ve tried allow popop(no) without success!

 

edit : here is on example

 

Are you able to navigate with this url ?

 

http://www.clixic.com/index.php?view=login

 

Thanks in advance

Edited by Kill3rbko
Link to post
Share on other sites

Sorry Masta ! :(

I can not stay on chrome 49 ! it is literraly impossible to do anything with.

Came back to chrome 21 and still have problem with some url.

When i use navigate to an url it redirects and open another page.

Is there any way to block ubot to stay on the url?

 

A real pain of a***

Link to post
Share on other sites

I see that its trying to make all these extra requests but still when I try to fill in the form it seems to be working. Is it directing you to an entire new page and you can't fill in the form?

 

Here is what I tried:

navigate("https://www.clixic.com/index.php?view=login","Wait")
wait for browser event("Everything Loaded","")
wait(2)
type text(<username field>,"user1","Standard")
wait(1)
type text($element offset(<password field>,0),"pass1","Standard")
wait(1)
type text(<name="captcha">,$solve captcha($element offset(<login link>,1)),"Standard")
Link to post
Share on other sites

I get that same page as well when I use Chrome 21.

 

But using Chrome 49 it works fine for me. It's possible that if you switch to Chrome 49 that you missed a step, so give this a try:

 

1. Go into Tools -> Options and change to Chrome 49

2. Restart Ubot, this is required to load the right browser

3. Now try the script I posted above

Link to post
Share on other sites

Hello Insomnia!

 

Thanks a lot!

 

Effectively when i use Chrome 49 it is working time to time.

 

I mean login works 1 time on 2 test.

I have the message invalid login details

 

One last thing i ve tested is to fill manually in the page. But impossible to type inside fields ! is it normal?

It seems that the page ubot is showing does not exist!

 

Sorry for taking your time.

 

Edit : The real problem is that i can not capture any field with chrome 49

 

see picture :

 

http://i.imgur.com/ZRM5V5c.png

Edited by Kill3rbko
Link to post
Share on other sites

Hello!

Just to give feedback.

I have asked support who advise to use chrome 49 in all ways because it is better.

So i decided to create new ubot project and found that it is working !

When i checked my old project i have discovered that the plugin "bot size" i was using in "on bot loaded" was the problem.

When i have deleted all bot size from the project it is working fine.

 

The only problem which make me hate chrome 49 with ubot is about its image recognition.

Whith chrome 21 i have no problem but with chrome 49 it fails everytime after few clicks.

 

Check the video  :

http://sendvid.com/qtmkt533

I am still in need for a working solution with click(image) on ubot chrome 49! ;)

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