Pete
Fellow UBotter-
Content Count
863 -
Joined
-
Last visited
-
Days Won
17
Pete last won the day on April 17 2020
Pete had the most liked content!
Community Reputation
121 ExcellentAbout Pete
-
Rank
Advanced Member
Profile Information
-
Gender
Male
-
Location
UK london
System Specs
-
OS
Windows 10
-
Total Memory
More Than 9Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
15380 profile views
-
This any good? set(#searchemail,$find regular expression($document text,"(?i)\\b[!#$%&\'*+./0-9=?_`a-z\{|\}~^-]+@[.0-9a-z-]+\\.[a-z]\{2,6\}\\b"),"Global")
-
Product question and answers info I think so may not be on all the pages
-
Sorry TJ but Version 5.9.44 Copies variable name and value
-
set(#charCount,5,"Global") set(#listItem2,$insert text(#listItem2,$next list item(%listList),$add(#charCount,1)),"Global")
-
Just an update to help anyone else thats trieds this It seems the native commands work (in version 5.9.44) but are being blocked by the big online free email providers so you need to use your own domains IMAP/SMTP or search out one thats not blocked
-
Thanks for the reply nick But i tried that plugin with ubot version 5.9.44 and it failed to work. was hoping the native commands had been fixed
-
Anyone know if this is working in version 6.1.1 ? plz
-
blocked from posting my code here and from sending it in a pm
-
Throughout life history has a habit of repeating itself
-
Myself i would just take the whole tables, really depends how you like to skin you cat scrape table(<class="calls W(100%) PosĀ® Bd(0) Pt(0) list-options">,&TableOne) scrape table(<class="puts W(100%) PosĀ® list-options">,&TableTwo)
-
Last time ubot worked one hundred percent with tumblr that i know of was version 3.5, it had its own firefox plugin (that was Firefox 3.6.13) then we had the big update to ubot 4, i have never seen it work to what i would call hundred percent with its own browser from that update, always needed a work around moblie useragent and that sort of suff, Have a look for UbotClipboardPlugin if it works with your version of ubot it may well help you if you can copy and paste
-
This is very old code, but some may still be usfull focus(<class="dropdown settings-icon pinned-target">) click(<class="dropdown settings-icon pinned-target">,"Left Click","No") change attribute(<id="customUrl_input">,"value",$find regular expression(#Post,"(?<=<Custom Url>).*?(?=</Custom Url>)")) wait for element(<class="dropdown-area icon_arrow_carrot_down pinned-target">,240,"Appear") focus(<class="dropdown-area icon_arrow_carrot_down pinned-target">) click(<class="dropdown-area icon_arrow_carro
-
Posted 05 February 2018 Why dig this up
-
ui button("Go") { Google Search() } define Google Search { navigate("http://google.com","Wait") type text(<name="q">,"Hello World","Standard") click($element offset(<name="btnK">,1),"Left Click","No") } omg Try this, happy new year to all
-
How Do You Deal With Sending Forms Without Submit Buttons
Pete replied to yourkiller's topic in General Discussion
try type text(<name="q">,"myip{$new line}","Standard")