Search found 23 matches
- Thu Dec 09, 2021 4:21 pm
- Forum: General Discussion
- Topic: Start macro by clicking the chrome button
- Replies: 1
- Views: 13113
Start macro by clicking the chrome button
Hi guys, I have a website with some information that I need to collect and enter into a desktop software installed on the user's machine. What am I trying to do: I click a button on the website and it runs the macro collecting the data from my website and filling in the data collected in the desktop...
- Fri Apr 02, 2021 6:11 pm
- Forum: Technical / Scripting
- Topic: Change download folder and file name on chromedriver
- Replies: 9
- Views: 5186
Re: Change download folder and file name on chromedriver
It makes perfect sense for my problem.
Strange that this routine has been running for over 1 year and started to present this problem a few weeks ago.
Is there any configuration to fix this problem with Winsta0?
Thanks
Strange that this routine has been running for over 1 year and started to present this problem a few weeks ago.
Is there any configuration to fix this problem with Winsta0?
Thanks
- Fri Apr 02, 2021 4:13 pm
- Forum: Technical / Scripting
- Topic: Change download folder and file name on chromedriver
- Replies: 9
- Views: 5186
Re: Change download folder and file name on chromedriver
The routine is on a remote computer and when I need to make any adjustments I access the remote desktop and make the adjustments. I realized that the download is only performed when I have the remote desktop open. When I close the remote the routine continues to be executed but the file is not downl...
- Thu Apr 01, 2021 8:15 pm
- Forum: Technical / Scripting
- Topic: Change download folder and file name on chromedriver
- Replies: 9
- Views: 5186
Re: Change download folder and file name on chromedriver
I didn't know about these experimental functions, I will research. I think you need to tap into some of the experimental options to change that. As far as I've been able to tell it's not possible from the MS commands. But that being said, can't you just monitor the download directory and get the fil...
- Wed Mar 31, 2021 3:01 pm
- Forum: Technical / Scripting
- Topic: Change download folder and file name on chromedriver
- Replies: 9
- Views: 5186
Change download folder and file name on chromedriver
Good morning, I have a routine where a file is downloaded and imported into another. Can I determine where the file is going to be saved and what name it should be at the time of download? I'm using chromedriver. Today it saves in the default folder of chromedriver (Downloads) with a default name I ...
- Mon Feb 22, 2021 3:57 pm
- Forum: Technical / Scripting
- Topic: Chromedriver opens and closes
- Replies: 1
- Views: 1666
- Mon Feb 22, 2021 2:44 pm
- Forum: Technical / Scripting
- Topic: Chromedriver opens and closes
- Replies: 1
- Views: 1666
Chromedriver opens and closes
Good morning,
I just installed MacroScheduler, I downloaded the latest version of chromedriver as in the example "Chrome Example".
I adjusted the path Let> CHROMEDRIVER_EXE.
When I click on run it opens chrome and already closes.
Any managed to solve this?
Thanks
I just installed MacroScheduler, I downloaded the latest version of chromedriver as in the example "Chrome Example".
I adjusted the path Let> CHROMEDRIVER_EXE.
When I click on run it opens chrome and already closes.
Any managed to solve this?
Thanks
- Tue Jul 21, 2020 4:06 pm
- Forum: Beginners
- Topic: Run downloaded macros and collect execution
- Replies: 10
- Views: 11092
Re: Run downloaded macros and collect execution
There is no way to be clearer than that.
For my demand it is not enough.
I need to run other macros and collect the status of the run if it ran or gave an error.
I will continue to search. Likewise thanks for the help.
For my demand it is not enough.
I need to run other macros and collect the status of the run if it ran or gave an error.
I will continue to search. Likewise thanks for the help.
- Fri Jul 17, 2020 3:52 pm
- Forum: Beginners
- Topic: Run downloaded macros and collect execution
- Replies: 10
- Views: 11092
Re: Run downloaded macros and collect execution
I did and keeps coming back empty. Let>MACRO_RESULT=Hello Macro>%TEMP_DIR%mje_temp.scp MessageModal>%MACRO_RESULT% Just to illustrate my problem. To test it it downloads a macro that has an error let>a=1/0 // Macro code downloaded and returns empty in the sequence it downloads another macro without ...
- Fri Jul 17, 2020 2:14 pm
- Forum: Beginners
- Topic: Run downloaded macros and collect execution
- Replies: 10
- Views: 11092
Re: Run downloaded macros and collect execution
I'm using version 15.0.09.
I did the same test you mentioned using the debug to test and I can see when it goes through the line
Let> MACRO_RESULT = Hello
it sets the hello value
however when he executes
Macro>% FILEEXEC%
he reset MACRO_RESULT
and returns empty.
Then I was in doubt
Thanks
I did the same test you mentioned using the debug to test and I can see when it goes through the line
Let> MACRO_RESULT = Hello
it sets the hello value
however when he executes
Macro>% FILEEXEC%
he reset MACRO_RESULT
and returns empty.
Then I was in doubt
Thanks
- Thu Jul 16, 2020 6:59 pm
- Forum: Beginners
- Topic: Run downloaded macros and collect execution
- Replies: 10
- Views: 11092
Re: Run downloaded macros and collect execution
Hello,
I tried that. MACRO_RESULT always returns empty.
Thanks
I tried that. MACRO_RESULT always returns empty.
Code: Select all
Macro>%FILEEXEC%
MessageModal>%MACRO_RESULT%
- Mon Jul 13, 2020 7:53 pm
- Forum: Beginners
- Topic: Run downloaded macros and collect execution
- Replies: 10
- Views: 11092
Run downloaded macros and collect execution
Hello, I made a routine that accesses a url, downloads a macro and executes it, enters the url again, downloads another macro and stays there until there is no macro to download. However I need to know if each execution was successful or had an error. The problem is that if I use ExecuteFile> it doe...
- Tue Jun 23, 2020 1:41 pm
- Forum: Beginners
- Topic: Error [HTTP / 1.1 404 Not Found] in chromedriver
- Replies: 10
- Views: 12235
Re: Error [HTTP / 1.1 404 Not Found] in chromedriver
I can't get it to work.
I tested with Edge the same problem happens.
I tested with Edge the same problem happens.
- Thu May 28, 2020 2:56 pm
- Forum: Beginners
- Topic: Error [HTTP / 1.1 404 Not Found] in chromedriver
- Replies: 10
- Views: 12235
Re: Error [HTTP / 1.1 404 Not Found] in chromedriver
Even error Let>CHROMEDRIVER_EXE=C:\chromedriver\chromedriver.exe Let>CHROMEDRIVER_PORT=8585 //start a chrome session ChromeStart>session_id //navigate to google.com ChromeNavigate>session_id,url,https://www.google.com/ //get some info ChromeGetInfo>session_id,url,theURL ChromeGetInfo>session_id,titl...
- Thu May 28, 2020 12:55 pm
- Forum: Beginners
- Topic: Error [HTTP / 1.1 404 Not Found] in chromedriver
- Replies: 10
- Views: 12235
Re: Error [HTTP / 1.1 404 Not Found] in chromedriver
It was working normally on my server yesterday. Today I ran the routine and started giving the same error. Opens the chromedriver and closes quickly. Error na execução vi Error when running chromedriver on cmd Please protect ports used by ChromeDriver and related test frameworks to prevent access by...