Search found 58 matches

by NickD
Sat Mar 07, 2020 7:13 am
Forum: Enhancement Suggestions
Topic: Chrome Driver - Traverse Iframes & Insert HTML
Replies: 30
Views: 46788

Re: Chrome Driver - Traverse Iframes & Insert HTML

Hi Marcus, Sorry for the late reply, been busy for the past few days. This is great! I have a couple of additional questions: • Is it possible to specify a chrome user profile on ChromeStart? (So I can launch a profile with pre-configured addons etc) • Is it possible to specify a specific Chrome bas...
by NickD
Mon Mar 02, 2020 11:22 pm
Forum: Enhancement Suggestions
Topic: Chrome Driver - Traverse Iframes & Insert HTML
Replies: 30
Views: 46788

Chrome Driver - Traverse Iframes & Insert HTML

If would be great if we could have a way of traversing Iframes with Chrome Driver. This is possible with Selenium (which uses ChromeDriver to control Chrome): driver.switchTo().frame("//iframe[@src='iframe.html']") Kantu, a chrome addon that runs a simplified version of Selenium uses the index metho...
by NickD
Sat Feb 22, 2020 6:08 pm
Forum: General Discussion
Topic: Sneak Peak of new functions..
Replies: 8
Views: 15978

Re: Sneak Peak of new functions..

Just want to thank everyone at MJTnet for this brilliant new version. Over the past few years more and more websites have stopped supporting for IE, and many current generation websites actively block IE users. I admit that this was something that has worried me due to Macro Schedulers lack of direc...
by NickD
Mon Jan 13, 2020 4:23 pm
Forum: Scripts and Tips
Topic: Pushover API
Replies: 7
Views: 19244

Re: Pushover API

Thanks for posting this Grovekillen, you saved me a job :D It looks like the API has changed slightly since you posted, but I managed to get it working with a few minor tweaks. Updated code below: //token needs to be generated by adding a application to your user //user key is automatically generate...
by NickD
Tue Dec 03, 2019 7:10 am
Forum: Technical / Scripting
Topic: Unable to Restore Image
Replies: 25
Views: 17800

Re: Unable to Restore Image

I know this reply is a few years late, but for anyone else having this problem... I noticed that line breaks were getting added to my base64 when using labeltovar to pass the base64 string to an Msched variable. You are probably having the same issue when reading the base64 string from a txt file. T...
by NickD
Tue Nov 26, 2019 1:18 am
Forum: Technical / Scripting
Topic: How to Detect / Read / Click Windows 10 Notifications
Replies: 0
Views: 8013

How to Detect / Read / Click Windows 10 Notifications

Hi everyone,

Is it possible for MS to read Windows 10 notifications from the action center?

Ideally I would like to be able to read new notifications as they appear, then use Pos on the notification content and issue a click to the toast notification if PosRes>0
by NickD
Fri Oct 19, 2018 1:17 am
Forum: Technical / Scripting
Topic: How To Insert Javascript Into an IE Instance?
Replies: 1
Views: 1676

Re: How To Insert Javascript Into an IE Instance?

Nevermind, IEformfill seems to do the trick nicely :D
by NickD
Fri Oct 19, 2018 12:46 am
Forum: Scripts and Tips
Topic: Solve Recaptcha Challenges In IE Via 2Captcha API
Replies: 0
Views: 9535

Solve Recaptcha Challenges In IE Via 2Captcha API

Here is a script I wrote to solve V2 Google Recaptcha Challenges in IE. Thought I would share it as someone else might find it useful as a starting point. You need to have a valid 2Captcha.com api key, and 2Captcha charge $2.99 per 1000 captchas solved. After the script has run on the sample form, j...
by NickD
Fri Oct 19, 2018 12:04 am
Forum: Technical / Scripting
Topic: How To Insert Javascript Into an IE Instance?
Replies: 1
Views: 1676

How To Insert Javascript Into an IE Instance?

I am working on a a script that uses the 2Captcha api to solve recaptcha puzzles in IE The script is working, so far as it successfully parses the pages recaptcha site key, constructs and submits the api request, and receives the solution token. This token now needs to be inserted into a text area o...
by NickD
Sun Oct 14, 2018 11:24 pm
Forum: Technical / Scripting
Topic: How To Send Tab (VK9) to Minimized IE Window?
Replies: 1
Views: 1624

Re: How To Send Tab (VK9) to Minimized IE Window?

Nevermind, web object so no handle to target..
by NickD
Sun Oct 14, 2018 8:44 pm
Forum: Technical / Scripting
Topic: How To Send Tab (VK9) to Minimized IE Window?
Replies: 1
Views: 1624

How To Send Tab (VK9) to Minimized IE Window?

The following ObjectSendKeys code was generated by the wizard, but does not seem to work. Could anyone provide any advise as to why it's failing to tab through form fields? IESetTimeout>10,ie_res IECreate>IE[0] WindowAction>1,Internet Explorer* IENavigate>%IE[0]%,https://www.google.co.uk/,ie_res IEW...
by NickD
Fri Oct 12, 2018 1:28 pm
Forum: The Water Cooler
Topic: Site Upgrades
Replies: 5
Views: 22887

Re: Site Upgrades

Hi Marcus, I have noticed quite a few broken links recently, might be worth using a tool like XENU Link sleuth to find all the broken links, then 301 redirect each of the old URLs to the relevant new URL in .htaccess. Broken links are not great for user experience or the visibility of mjnet.com in s...
by NickD
Fri Oct 12, 2018 1:19 pm
Forum: The Water Cooler
Topic: Closed Loop water cooling long term reliability?
Replies: 3
Views: 16185

Re: Closed Loop water cooling long term reliability?

This should help :) OnError>CheckBankBalance Label>Loop Wait>0.2 Goto>Loop SRT>CheckBankBalance Let>HTTP_SSL=1 HTTPRequest>https://www.onlinebanking.com,,GET,,HTMLResponse Separate>HTMLResponse,$,BankArr Let>CurrentBalance=BankArr_1 If>CurrentBalance<3000 MDL>:( Exit>0 Endif End>CheckBankBalance
by NickD
Fri Jun 08, 2018 2:20 pm
Forum: General Discussion
Topic: Regex question
Replies: 5
Views: 8679

Re: Regex question

You can create non-capturing groups like this:

Code: Select all

RegEx>(?<=this loan is locked by\s)(\w+),String,0,m,n,0,,
by NickD
Tue Feb 13, 2018 7:03 pm
Forum: Technical / Scripting
Topic: Using ImageMagick CLI To Watermark Image Via Macro Scheduler
Replies: 3
Views: 2941

Re: Using ImageMagick CLI To Watermark Image Via Macro Sched

First one worked, thanks Marcus you are a star, that has made my evening.
I spent about eight hours trying to get that working, never even occurred to me that a space could be the problem...
Sign up to our newsletter for free automation tips, tricks & discounts