Jump to content
UBot Underground

Chezzyk

Members
  • Content Count

    19
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Chezzyk

  • Rank
    Member

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

1723 profile views
  1. Hello, im getting this error whne trying the latest example: Unexpected character encountered while parsing value: E. Line 1, position 1. edit:solved I just needed to add access key directly and add list clearing and it works now. great plugin.
  2. Still could not solve this and it drives me crazy, anyone please who knows how to do this?
  3. Hello, have this been solved? I have the same problem trying to comment on fb status, enter just does not work as keyword event, but when i press it manually, it works.
  4. I tried it, but did not understand how to select first occurence of some element on page.
  5. Hello, I'm trying to click on element that shows many times on the page and they are all same. I use "innertext" as selector nad I would like the selcet always only the first such element on page. Can someone give me any idea how to do this? Thanks for help
  6. "Right now $either only supports 2 conditions which will eventually get fixed." its end of 2016 and it looks there are still only 2 conditions in $either.
  7. Hello, here is my bot: set headless browser("Off") navigate("https://www.xxx.com/login","Wait") wait for browser event("Page Loaded","") wait(2) click(<image="___IMAGE___7___IMAGE___">,"Left Click","No") ui text box("Total Loops:",#total loops) ui text box("name",#name) ui text box("pass",#pass) clear list(%neupdatovany) ui stat monitor("Total Loops:",#total loops) ui stat monitor("Loop:",#row) set(#row,0,"Global") wait(2) ui open file("xxx adresy",#adresa) create table from file(#adresa,&adresy) wait for browser event("Page Loaded","") wait(2) type text($element offset(<username
  8. Ok I have solved it finally by taking different path and using $exists with wildcard, but thanks for your help at least I learned something about regex.
  9. I still don't know how to solve this, I thought this will be the most easy part and I'm stuck on it for three days. I just dont know how to use find regular expression on page, I tried it with $URL, but it seems it searches only the actual URL address and not the whole page and I just don't know how to make it work on whole page.
  10. this is how my script looks now, everything works except that one thing: ui text box("Total Loops:",#total loops) clear list(%neupdatovany) clear list(%updatovany) ui stat monitor("soucasna adresa",$url) ui stat monitor("Total Loops:",#total loops) ui stat monitor("Loop:",#count) set(#row,0,"Global") wait(2) ui open file("urls adresy",#adresa) create table from file(#adresa,&adresy) loop(#total loops) { clear cookies navigate($table cell(&adresy,#row,0),"Wait") wait for browser event("Page Loaded","") set(#soucasnadresa,$url,"Global") if($search page("day")) {
  11. Hello, thanks a lot for help, but this does not seem to solve my problem. What I need to know is just how to perform "exact search", so when I'm searching for word "day" it only finds word "day" and not "today", "holiday" or "days" etc..
  12. Hello, I'm trying to create scraper that will save me only url of pages that does not contain certain word. In my case it is word "day", problem is that $search page takes as possitive result also words that contains day, like "today" which I do not want. is there any way how to perform "exact search" with ubot? thanks for any help.
  13. Hello, I have page with two elements i want to randomly click, how can i do this in most simple way? Seems rand can only use numbers and in this case I would need just one of two values, but they are not numbers. Maybe I could somehow connect these values to numbers and when rand enters one of these number, it would actually enter one of my values?
×
×
  • Create New...