Jump to content
UBot Underground

Need help, browser property


Recommended Posts

Hi all,

 

I need some help about scripting

 

I need to set value of browser's property (navigator.language)

I found tutorials here

http://wiki.ubotstudio.com/wiki/Set_Browser_Property

 

but after follow the instruction, it seems to be not working

 

loop while("true") {
    set browser property("navigator.language""zh-cn")
    navigate("http://www.w3schools.com/js/tryit.asp?filename=try_nav_platform""Wait")
    wait(50)
}

 

after rendering page

 

value of navigator.language = (null)

 

Can anyone help me about this thread ?

Thanks.

 

 

 

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