
nedhulton
Members-
Content Count
29 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout nedhulton
-
Rank
Member
System Specs
-
OS
Windows 8
-
Total Memory
< 1Gb
-
Framework
v3.5
-
License
Standard Edition
Recent Profile Visitors
3256 profile views
-
If exbrowser had something equivalent to try / accept in python that would be invaluable.
-
The crashes are all due to the exbrowser scrape attribute command.
-
Would you say that running the script from Ubot (without compiling to an exe) is generally more stable?
-
OK, I have compiled in Ubot 5 and will test
-
nedhulton started following Exbrowser Crash (Buy)
-
It does not crash instantly. It crashes after several hours.
-
I am using Ubot 4 and ExBrowser Chrome. Ubot code attached. spit1.ubot
-
I am thinking of trying the following: (1) Running the script from Ubot (without compiling) (2) Using FireFox rather than Chrome. Any advice, highly appreciated.
-
Thanks everyone. Sorry for cross-posting. Just keen to find a solution.
-
I am using the exBrowser plugin and its great, but every few hours it crashes. I am getting a stack overflow error that is related to the ctrl.dll part of .Net I really need help fixing this and I am more than happy to compensate anybody who can help me out. The crash report is below: Sourcespit1.exe SummaryStopped working Date?05/?11/?2016 14:34 StatusNot reported DescriptionFaulting Application Path: C:\Users\Administrator\Desktop\Investors\spit1.exe Problem signatureProblem Event Name: APPCRASHApplication Name: spit1.exeApplication Version: 4.0.0.0Application Timestamp: 51f67134Fault Modu
-
Thanks I was aware of the run JavaScript (JQuery) method. Still not able to find solution
-
I am trying to build a bot that uploads contact forms. I want the bot to know whether or not the form has been successfully uploaded. The following works in the chrome console: submitted = "no" $("form").submit(function(){ submitted ="yes" }); When the form is submitted the global variable "submitted" will be set to "yes". For some reason this will not work in Ubot. Please help. Happy to splash some cash. Very frustrated. I basically just want some Ubot codes that will tell me when a form has been submitted (forms are on different sites).
-
Problem solved. Thanks everybody
- 3 replies
-
- javascript
- jquery
-
(and 3 more)
Tagged with:
-
I am actually looking to submit multiple forms. So this option would not be available in my case.
- 3 replies
-
- javascript
- jquery
-
(and 3 more)
Tagged with:
-
I want my bot to be able to submit forms. I also want to work out (automatically) whether or not the bot was successful (whether or not the form actually was submitted). Here is an example: http://fraserellis.co.uk/contact-us/ So I need a way to monitor whether the JavaScript submit happens or not. Could this be done by monitoring the HTTP POST requests sent by the UBOT browser? Could this be done by inserting JavaScript into the page like this onsubumit function? function hello() { alert("The form was submitted");} var formS = document.getElementsByTagName("form");var form = form
- 3 replies
-
- javascript
- jquery
-
(and 3 more)
Tagged with:
-
[Buy] Nike.com Http Post Add Item To Shopping Cart
nedhulton replied to nedhulton's topic in Bots and Scripts
Apparently its in JSON format