Jump to content
UBot Underground

virtualexpert

Members
  • Content Count

    34
  • Joined

  • Last visited

  • Days Won

    1

virtualexpert last won the day on November 18 2023

virtualexpert had the most liked content!

Community Reputation

1 Neutral

About virtualexpert

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 8
  • Total Memory
    2Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

2376 profile views
  1. hmm, strange. may be the specific site i am doing is just shrinking and not zooming out. also when i run this zoom out command then it just shrinks body contents, but not changing value of zoom. you can see while click on 3 dots in top right corner of chrome. anyway i have found a work around, all automated using your plugin and ubot. 1- launching chrome profile 2- once all files generated for that profile then i quit browser 3- update preference file to change zoom levels 4- launch browser again and navigates to specific site. 5- and it works for 50% zoom value now. 6- do
  2. tried this already it doesnt change zoom. always at 100% until i do it manually. also tried updating preference file of chrome profile to change zoom levels of specific site. but that file again auto updates according to the latest session running. tried css way, that doesnt help as well. have u tested javascript running in browser method with the command u sent above? please check yourself and let me know if it changes zooming for u
  3. well i am updating my script with tiny res. but issue now is, if i set to more than 800 to 600 then those elements got visible. else no. and the solution i found is, if i zoom out browser to 80% manually. then also those elements got visible. so can you tell me how to zoom out to 80% the browser? if this is possible then any resolution will work for me
  4. as i said its not best approach. because lots of vps. each client also has their vps. so not sure how to manage this. there must be a solution from your plugin to keep browser active, alive, focused or maximsed or high res size. otheriwse this plugin can only help me automate my personal bots which i use only. cant sell bots to customers
  5. because the res you sent. is too much small. all the things and elements got small collapsed. so i am using 1920,1080 whats the recommended approach? cant ask vps provider to change default settings when vps disconnects. because i have mutiple vps and each client also have their own vps. this is not the best way in my opinion. thats why trying to use rectangle browser before each click or type text. or may be i have to run ubot thread with while loop and one second to do this job.
  6. thats why i am doing this with high res using this before each command in browser like clicking etc: plugin command("Browser Automation.dll", "browser rectangle", "0,0,1920,1080", "All")
  7. but first you said you need to get higher res on your vps. also google account automation will not work perfect on that small res. thats why using plugin command("Browser Automation.dll", "browser rectangle", "0,0,1920,1080", "All")
  8. Using this before launching browser: plugin command("Browser Automation.dll", "browser start rectangle", "0,0,1920,1080") and using this before each command in browser like clicking etc: plugin command("Browser Automation.dll", "browser rectangle", "0,0,1920,1080", "All") so will this help?
  9. ok i will try this. because when i tried plugin command("Browser Automation.dll", "browser chrome add arguments", "--window-size=1920,1080") and closed vps connection. and connected again then browser size got smaller again. let me check rectangle command now. will this work before launching browser? or i can use this command over and over again so it always gets rectangle even after vps disconnected?
  10. how to do this? set browser size before launching?
  11. my vps rdp file shows that i already have HD resolution. below are some of the settings from rdp file. screen mode id:i:2 use multimon:i:1 desktopwidth:i:1920 desktopheight:i:1080 session bpp:i:32 winposstr:s:0,1,0,0,1920,1042 compression:i:1 keyboardhook:i:2 audiocapturemode:i:0 videoplaybackmode:i:1 connection type:i:7 networkautodetect:i:1 bandwidthautodetect:i:1 displayconnectionbar:i:1 enableworkspacereconnect:i:0 disable wallpaper:i:0 allow font smoothing:i:0 allow desktop composition:i:0 disable full window drag:i:1 disable menu anims:i:1 di
  12. 1. dont want to buy a whole new plugin for single command. its related to browser features, so it must be in this browser automation plugin please. 2. so acording to your judgement, issue is with vps desktop resolution right? all of my customers vps are from contabo. it means none of the contabo vps will work with your plugin compiled bots? so how do I fix this? it never happened before with other plugins.
  13. i love all those features. but my main issues are: 1- browser not getting active or focus 2- vps browser not working and automating. vps is the main thing on which i usually use bots and my clients as well. so if that doesnt work properly then how i can make bots working for my clients. please add bring browser to focus command so i can test it and see if that helps. because when browser is not active or focus. even i am connected to vps. then that also behaves a bit different. thanks in advance
  14. ok please share the trick about how to keep browser alive and working if i disconnect from vps. because obviously i cannot keep connected vps all the time. in other browser plugin, i wasnt facing this issue. its new for me here. thats why i am worried
  15. please help here: 1- The browser is not working if there is another thing open over it, like a folder or something. 2- I can't find any command to bring the browser to focus. 3- The browser doesn't work if I disconnect the VPS on which the software runs.
×
×
  • Create New...