Jump to content
UBot Underground

How to set browser property ?


Recommended Posts

How to set browser property command ?

 

What is this mean and what should we enter on its value :

 

navigator.appCodeName ? value ?

navigator.appName ? value ?

navigator.appVersion ? value ?

navigator.cookieEnabled ? value ?

navigator.language ? value ?

navigator.onLine ? value ?

navigator.platform ? value ?

navigator.product ? value ?

navigator.productSub ? value ?

navigator.vendorSub ? value ?

navigator.vendor ? value ?

screen.availTop ? value ?

screen.availLeft ? value ?

screen.availHeight ? value ?

screen.availWidth ? value ?

screen.colorDepth ? value ?

screen.height ? value ?

screen.left ? value ?

screen.pixelDepth ? value ?

screen.top ? value ?

screen.width ? value ?

 

I think this command is a great new feature untill we can understand its option and what value should we enter for each option. Any help guys ?

Link to post
Share on other sites

Ok for those of you who are stuck as in what values to use with the above.

 

The easiest way (rather than me explain every single one) is to goto this site http://www.w3schools...av_platform.asp thats the nav example, but there is a search box on the top right, just enter one of the above values from the above list in the search box then it will find an example on that for you.

 

They are easy to use once you know what they do :)

 

Hope this helps everyone.

 

Its total control over the browser (as the sites see it)......very nice and very handy!

  • Like 2
Link to post
Share on other sites
  • 3 months later...

Unfortunately the screen size part of that still doesn't work - had a support ticket in for a while and still no update to make it work.

For me thats the bit that seems the most useful as well!

Link to post
Share on other sites
blueshark and windows commands ;)

 

I think you meant bluestacks, and yea, I've been tinkering with this but cant seem to find a way to load a new account into instagram... I may be overlooking something but once you install instagram and create an account do you know of any way to switch accounts? And then My thought was proxies... not sure how I could apply the proxy to bluestacks other than using something like HMA pro (which would probably be fine). The main thing I want to do is upload photos and its been quite a feat to figure out a way to do that at all, but then got stuck with this 1 account issue. Any tips you may have there would be appreciated.

Link to post
Share on other sites
  • 1 month later...

Unfortunately the screen size part of that still doesn't work - had a support ticket in for a while and still no update to make it work.

For me thats the bit that seems the most useful as well!

 

Don't know if this was updated, but for me "screen resolution works", I crosschecked with http://www.infobyip.com/ and use a spinnable browser resolution. It's always detected, also the operating system, which is now spinnable too

  • Like 1
Link to post
Share on other sites

Don't know if this was updated, but for me "screen resolution works", I crosschecked with http://www.infobyip.com/ and use a spinnable browser resolution. It's always detected, also the operating system, which is now spinnable too

 

Really? I was told by Lilly that this was a problem with the browser they are using (guessing awesomium?) and it wouldn't be fixed until the next update.

Can you post your code up so I can give it a whizz here please?

Link to post
Share on other sites

 

set browser property("screen.height", 768)
set browser property("screen.width", 1024)
navigate("http://www.infobyip.com/", "Wait")

 

That still shows the resolution of the laptop I am using, 1364 x 768

Link to post
Share on other sites

Don't know if this was updated, but for me "screen resolution works", I crosschecked with http://www.infobyip.com/ and use a spinnable browser resolution. It's always detected, also the operating system, which is now spinnable too

 

How you fill the screen resolution in ubot? can you paste here your code so we can learn from it?

Link to post
Share on other sites
  • 3 months later...

screen resolution works fine for me, but don't clear cookies after setting it, because it looks  like it delete this browser property, also you need to open/close new browser all the time, because it works only on new browser one time, so to set different resolutions you need to close browser and re-open it.

here is video sowing that it works:

https://www.youtube.com/watch?v=Sb3Dci7Mmuc

Link to post
Share on other sites

screen resolution works fine for me, but don't clear cookies after setting it, because it looks  like it delete this browser property, also you need to open/close new browser all the time, because it works only on new browser one time, so to set different resolutions you need to close browser and re-open it.

here is video sowing that it works:

https://www.youtube.com/watch?v=Sb3Dci7Mmuc

 

what ubot version you used?

Link to post
Share on other sites

Version 4.2.17
Set Browser Property has been removed from the toolbox due to it not functioning correctly.

 

what ubot version you used?

Has to be V4.2.16 or earlier

Link to post
Share on other sites
  • 7 months later...

It worked first time:

 

thread {
    in new browser {
        set browser property("screen.width", 1024)
        set browser property("screen.height", 768)
        navigate("http://whatis.myscreenresolution.com/""Wait")
        wait(30)
    }
}

 

But stays on native resolution now, what am I missing?

Link to post
Share on other sites

"Set browser property" didn't work as expected that's why it was removed from the latest version, so I don't think you can expect it will work as it should in older versions.

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