Search found 343 matches

by mightycpa
Wed Apr 14, 2021 8:07 pm
Forum: Technical / Scripting
Topic: Cannot increment array element into variable
Replies: 7
Views: 3572

Re: Cannot increment array element into variable

Me too. Took it verbatim from your post.

Results are: 2, Sally, Sally.

What do you see in the 3rd dialog?
by mightycpa
Wed Apr 14, 2021 6:52 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

It took about 90 seconds, then closed, then this popped up:

Image

That is addressed here: https://help.mjtnet.com/article/344-chr ... nary-names

I put in a help request.
by mightycpa
Wed Apr 14, 2021 6:45 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Well, the one thing I haven't done is let it run long enough to do something else other than hang. I'll put a timer on for 15 minutes and see what happens.
by mightycpa
Wed Apr 14, 2021 6:40 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

What is your Chrome version?
by mightycpa
Wed Apr 14, 2021 6:29 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Weird, agreed.

https://help.mjtnet.com/article/344-chr ... nary-names

Instruction #3 says versions do need to match, but even if not true, that shouldn't hurt me.
by mightycpa
Wed Apr 14, 2021 6:13 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Yes, I was able to download and install the latest MS this AM, 15.0.18. My chromedriver version is same as yours, same size file, corresponds closely to my chrome version, as the MS instructions says they should. I could not find an exact match. https://i.postimg.cc/bNwM4dkW/chrome-version.jpg https...
by mightycpa
Wed Apr 14, 2021 4:22 pm
Forum: Technical / Scripting
Topic: Python and PIP
Replies: 5
Views: 3061

Re: Python and PIP

I'd rather do the least. I'll try it, see if that works.
by mightycpa
Wed Apr 14, 2021 4:19 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Still can't get it to run. Chromedriver problems, it would appear... the suggested remedy seems to have no effect.

https://app.vidjack.com/share/3133
by mightycpa
Wed Apr 14, 2021 1:13 am
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Not great success. First, I got this: (1:1) Unquoted string in JSON data only valid for dictionary names. So I followed the chromedriver.exe instructions. https://i.postimg.cc/J7qvTjDj/warning.jpg https://i.postimg.cc/BQ7y3sC6/chromedriver.jpg https://i.postimg.cc/bNwM4dkW/chrome-version.jpg that go...
by mightycpa
Tue Apr 13, 2021 11:04 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Hi, I'll check that code out.

I too had a problem with the slider, cured it by adding a Wait>2 after the mouse move. Then I pressed the button. I'll try that with your code.

This looks great, I'll post back when I'm done.
by mightycpa
Mon Apr 12, 2021 9:47 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

Grovkillen, I know nothing about this canvas you speak of, but I think you nailed it. Impressive! There are three images, as shown below: 1. the full background less the missing puzzle piece 2. the puzzle piece 3. the full background, hidden https://i.postimg.cc/LsKRqD3d/full-puzzle2.jpg I'm not sur...
by mightycpa
Mon Apr 12, 2021 7:04 pm
Forum: Technical / Scripting
Topic: Python and PIP
Replies: 5
Views: 3061

Re: Python and PIP

Marcus, what I'm reading between the lines of your reply is that I'd need a separate python install where pip would install these things in the normal python manner. Then I copy over whatever folders I need and then put them in the Lib folder? Would I need to install python on the same machine, or c...
by mightycpa
Mon Apr 12, 2021 6:51 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

There's a demo:

https://www.geetest.com/en/demo

choose the Slide Captcha, then in the demo login, click to verify. A puzzle will appear.
by mightycpa
Mon Apr 12, 2021 3:00 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16353

Re: Solving a puzzle

I can find the slider easily. I just don't know how far to move it to get the puzzle to work. I don't know how to recognize the borders of the missing puzzle piece. If I could do that, I think I'd be in business. There are different backgrounds, and the missing puzzle piece appears at different coor...
by mightycpa
Mon Apr 12, 2021 4:33 am
Forum: Technical / Scripting
Topic: database insert
Replies: 4
Views: 2503

Re: database insert

Hi, My experience is that the semi-colon isn't needed. In fact, I don't know that I've ever tried adding one, and I've got a ton of sql statements, different databases. All of it worked. This is a pretty good resource: https://www.connectionstrings.com/ These connection statements have worked for me...
Sign up to our newsletter for free automation tips, tricks & discounts