Jump to content
UBot Underground

npaliang

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by npaliang

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

     

     

     

×
×
  • Create New...