Jump to content
UBot Underground

ThomasAJ

Members
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ThomasAJ

  • Rank
    Member

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

1451 profile views
  1. When I compile the bot and get an EXE how do I bail out of the EXE when certain 'test' conditions are not met. Example: Even in a low level complexity script there are many tests done along the way to see it the next page has been loaded. Let's say I load 5 pages with checks after each page is loaded to see if in fact it has been loaded before I proceed to load the next page. So that gives be 5 levels of IF THEN ELSE indentations. Ideally I would like to for example... If the first page is not loaded (for whatever reason whatsoever) I call a subroutine to send an email and then Stop Scri
  2. I may know what the problem is (or not)? So I add '$scrape attribute' to 'List To Add' as shown below (all normal and it is identical to what I see in the learning videos) http://d29u7d0naxols0.cloudfront.net/Ubot/UbotNoElementOffset.jpg Then I use '<>' to carefully select the DIV that surrounds the innertext that I want to scrape BUT the '$element offset' gets inserted automatically as shown below. http://d29u7d0naxols0.cloudfront.net/Ubot/UbotElementOffset.jpg This automatic insertion of '$element offset' does not occur in learning videos at UBOT and it is not required acco
  3. Thanks TJ But I am unclear exactly what you mean by the above. When I set offset to "" like so "add list to list(%horses,$scrape attribute($element offset(<class="competitor-details">,""),"innertext"),"Don\'t Delete","Global")" I get a run-time error. Error: Conversion from string "" to type 'Integer' is not valid. I have tried all sort of combinations of remove the word 'offset' and adjusting the following delimiters like '(', ')', ',' in the Source View but I then get code errors. Squiggly red underlines. I'm stuck. Can you please alter my 'add list to list' code to demonst
  4. Thank you BotGuru. Yes I was missing the innertext attribute. But after I enter it there is only 1 entry in the list horses and it is the first horse/jockey but I know there are 40+ such identical classes. (I do some web programming and know how to interpret HTML, CSS etc) Here is the source code. navigate("https://www.punters.com.au/odds-comparison/horse-racing/australia-new-zealand/2018-02-14/","Wait") clear list(%horses) add list to list(%horses,$scrape attribute($element offset(<class="competitor-details">,0),"innertext"),"Don\'t Delete","Global") Thanks in advance
  5. I have tried many ways to extract the innerText from the following but I cannot. The attachment shows the rudimentary nodes. The Advanced Element Editor for that class is here... <div class="competitor-details"> <div class="racing-details"> <div class="competitor-info__main"> <span class="competitor-info__horse-name horse-hover-trigger hover-trigger--509635" data-sid="509635"> <a href="https://www.punters.com.au/horses/flying-trapeze_509635/"rel="Flying Trapeze's Profile"&
  6. I am the O.P. Further... If it is working on "Windows 10 Creators" can you please be kind enough to post what version of .Net Framework is installed on your PC other than .Net 4.7 because this is the .Net Framework that comes with "Windows 10 Creators". Go to Settings > Apps. This lists what is installed. Note that .Net 4.7 will not be there because it is part of Creators edition and so is not an installed App.
  7. (I am in contact with support and have tried their initial suggestion - uninstall, remove folders, stop anti-virus, AUC, reinstall, run as Admin - but no good.) It is stuck on the splash screen. I have just purchased it. I am a developer (but not C++). I have Visual Studio 2017 installed. I have all the Microsoft C++ redists to 2017. I have latest W10 creators edition and it is up to date. I have seen some posts about UBS not working on W8.1 about 2 years back. So, is anyone using the latest Windows 10 AND latest UBS AND it is working fine?
×
×
  • Create New...