Jump to content
UBot Underground

ubot.prin

Members
  • Content Count

    17
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ubot.prin

  • Rank
    Member

System Specs

  • OS
    Windows ME
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

2468 profile views
  1. Below is the code for the button i am trying to click: <img src="/resource/images/abc.jpg" style="border-width: 0px;cursor: pointer;" onclick="exportExcel()"> I tried the following methods to click it: run javascript("exportExcel()") click(<src="/resource/images/abc.jpg">, "Left Click", "No") click(<image="___IMAGE___6___IMAGE___">, "Left Click", "No") None of this opens up the save file dialogue box. But it works with no issues when i right click and select 'run node'.
  2. I am not being able to click a button. But it works fine when right click and run. It does not click when the program is run as whole. This is a Save dialogue which has an onclick attribute. Please help with this.
  3. Is it possible to identify the presence of horizontal scroll bar when the browser is shrunk? Would this help to determine the responsiveness of the the site?
  4. How can i identify if a site has responsive design by setting the user agent? My task is to identify the sites which has responsive design from a given list of site names.
  5. i need to extract the data displayed in an iframe in a particular site. Please let me know if more info is needed..
  6. How can I get the content displayed inside an iFrame in a website?
  7. Thanks for your replies..I was trying to down load a file as pdf by a button click. Here, i don't get the url.
  8. Loading a pdf page gives a blank page. This loads in normal browser. Could any one please help with this?
  9. How can I get current directory in Ubot? I am trying to read some files from home directory in which the .exe is saved.
  10. I am trying to run a compiled bot in my client's system. I get the following error while trying to download the support files: "An exception occured during a Webclient request." I tried to turn off firewall and anti virus. Also downloaded .net framework v4. I compiled the bot in 64 bit system and my client's amchine is 32 bit. What can be done to fix this?
  11. I can not navigate out in between the process to check the proxy.
  12. Is it possible to have different proxies in different browser? Does setting a proxy in one browser change the ip in other browsers too?
  13. How can I verify whether the proxy is set to a required one without navigating to whatismyip.com or any such after changing proxy ?
×
×
  • Create New...