Search found 1024 matches

by Grovkillen
Thu Apr 15, 2021 7:25 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 22241

Re: chromedriver.exe once and for all

Try running this from the editor, make sure you save it first and have the chromedriver.exe in the same folder as the .scp file.

Code: Select all

Let>CHROMEDRIVER_EXE=%SCRIPT_DIR%\chromedriver.exe
ChromeStart>SessionID
ChromeNavigate>SessionID,url,https://www.google.com
by Grovkillen
Thu Apr 15, 2021 6:51 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 22241

Re: chromedriver.exe once and for all

Aren't the browser opening when you get to the Chrome start command?
by Grovkillen
Thu Apr 15, 2021 6:07 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 22241

Re: chromedriver.exe once and for all

Well that means that the script wasn't able to create that element... did you make sure it's not trying to add a new element with an already existing one in the DOM?
by Grovkillen
Thu Apr 15, 2021 6:06 pm
Forum: Enhancement Suggestions
Topic: Get all attributes of an element (ChromeGetElementData>)
Replies: 2
Views: 10317

Get all attributes of an element (ChromeGetElementData>)

If I want to get data from an element it's currently not possible to do so, except innerText and Value . I'd like to see this extend to include all data attributes . Especially the "dataset" (data-) attribute is useful. A json string would be ideal. Let me know if you want me to give you some JS hea...
by Grovkillen
Thu Apr 15, 2021 3:59 pm
Forum: Technical / Scripting
Topic: chromedriver.exe once and for all
Replies: 29
Views: 22241

Re: chromedriver.exe once and for all

What's on line 35?
by Grovkillen
Thu Apr 15, 2021 7:28 am
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16581

Re: Solving a puzzle

As a test I updated Chrome and Chrome Driver to latest 90... version. It's working like before for me.
by Grovkillen
Wed Apr 14, 2021 6:41 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16581

Re: Solving a puzzle

89

I haven't completed to that procedure and it's working just fine for me.
by Grovkillen
Wed Apr 14, 2021 6:39 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16581

Re: Solving a puzzle

My versions aren't matching.
by Grovkillen
Wed Apr 14, 2021 6:17 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16581

Re: Solving a puzzle

The version of the Chrome driver doesn't need to match the Chrome (normal/installed) version, but keeping it fairly up to date to be sure it got the most stable rendering engine.


But yeah, it's weird that you don't get it to work.
by Grovkillen
Wed Apr 14, 2021 6:02 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16581

Re: Solving a puzzle

You're using latest MS version?

This is my chromedriver.exe

The Chrome driver can take some time... Leave it running for longer.
by Grovkillen
Wed Apr 14, 2021 3:19 pm
Forum: Beginners
Topic: NewestFile only for visible?
Replies: 4
Views: 6999

Re: NewestFile only for visible?

Get the attributes of the file.

Code: Select all

oFile.Attributes
https://docs.microsoft.com/en-us/office ... s-property
by Grovkillen
Wed Apr 14, 2021 12:20 pm
Forum: Enhancement Suggestions
Topic: [added 15.0.23] Run command, capture STDOUT
Replies: 29
Views: 74699

Re: Run command, capture STDOUT

Would this be considered to be added?
by Grovkillen
Wed Apr 14, 2021 11:46 am
Forum: Technical / Scripting
Topic: TCP socket server
Replies: 1
Views: 6776

Re: TCP socket server

I use nginx.exe and have it write a file with epoch timestamp as its filename and inside it I have the header information. So when a new file is written I have a script triggering it and from there I can do whatever. My config: worker_processes 1024; events { worker_connections 1024; } http { includ...
by Grovkillen
Wed Apr 14, 2021 10:42 am
Forum: Technical / Scripting
Topic: Issue when pasting into MS Editor
Replies: 16
Views: 11693

Re: Issue when pasting into MS Editor

This issue is really annoying, I need to paste everything copied from the browser, twice.
by Grovkillen
Wed Apr 14, 2021 10:36 am
Forum: Technical / Scripting
Topic: Script on Dropbox causes occasional access violation
Replies: 16
Views: 10141

Re: Script on Dropbox causes occasional access violation

Any feedback regarding this Dorian?
Sign up to our newsletter for free automation tips, tricks & discounts