Search found 27 matches
- Tue Oct 22, 2024 7:47 am
- Forum: Technical / Scripting
- Topic: Chromedriver disables Trusted Platform Module (TPM)
- Replies: 6
- Views: 780
Re: Chromedriver disables Trusted Platform Module (TPM)
Thanks JRL and Grovkillen for those creative ideas. I still hope someone comes up with a way to use Trusted Platform Module in combination with ChromeDriver since this 2FA does not need any physical interaction.
- Mon Oct 21, 2024 10:38 am
- Forum: Technical / Scripting
- Topic: Chromedriver disables Trusted Platform Module (TPM)
- Replies: 6
- Views: 780
Re: Chromedriver disables Trusted Platform Module (TPM)
Thanks for you quick reply Dorian. The strange thing is that a Security Key is actually accepted by ChromeDriver as a hardware security method in this application, however this requires a physical push on the button of the Security Key which makes it useless for Robotic Process Automation. Up till n...
- Mon Oct 21, 2024 7:44 am
- Forum: Technical / Scripting
- Topic: Chromedriver disables Trusted Platform Module (TPM)
- Replies: 6
- Views: 780
Chromedriver disables Trusted Platform Module (TPM)
I use Chromedriver for an application where 2 factor authentication (2FA) is required at log in. This application allows the use of Trusted Platform Module (TPM) as 2FA. With the normal use of Chrome this works fine. No input is required since Chrome recognizes the hardware automatically because of ...
- Mon Mar 25, 2024 10:27 am
- Forum: Technical / Scripting
- Topic: CSVFileToArray combined with Separate delays DelArray
- Replies: 4
- Views: 7449
Re: CSVFileToArray combined with Separate delays DelArray
Thanks for this suggestion, however this does not work in case of using ArraySort after reusing the same array and refill it with a smaller number of elements. Furthermore, nobody would expect a strong delay of combining CSVFileToArray with DelArray. Therefore my suggestion is to really fix this pro...
- Tue Mar 19, 2024 10:46 am
- Forum: Technical / Scripting
- Topic: CSVFileToArray combined with Separate delays DelArray
- Replies: 4
- Views: 7449
CSVFileToArray combined with Separate delays DelArray
After noticed a remarkable delay in using DelArray in some large scripts I spend some time to nail it down. In the test script below 'c:\testfile1.csv' contains 100 identical lines of: 1,28/02/2010,50 And 'c:\testfile2.csv' contains 5000 identical lines of that same line. When I run the test script ...
- Mon Aug 15, 2022 2:09 pm
- Forum: Technical / Scripting
- Topic: HTTPrequest does not work for SOAP (XML)
- Replies: 2
- Views: 4307
Re: HTTPrequest does not work for SOAP (XML)
Hi Marcus,
Thanks for this quick reply. Unfortunately your remark was not the solution. Still the same error.
I will send a email to support.
Thanks for this quick reply. Unfortunately your remark was not the solution. Still the same error.
I will send a email to support.
- Mon Aug 15, 2022 9:05 am
- Forum: Technical / Scripting
- Topic: HTTPrequest does not work for SOAP (XML)
- Replies: 2
- Views: 4307
HTTPrequest does not work for SOAP (XML)
I am trying to send a SOAP (XML) file to a webservice. I expected that HTTPrequest would do this job, however I can't get it working. As a work around I am now using the CURL command shown below which works fine. What should I do different to make HTTPrequest work? Let>XMLfile=C:\XML\testfile.xml Le...
- Fri Jul 23, 2021 12:22 pm
- Forum: Scripts and Tips
- Topic: Get Chrome version
- Replies: 2
- Views: 17516
Re: Get Chrome version
Works great, thanks. I only needed to add 'Let>RP_WAIT=1' somewhere before the 'RunProgram' line. This makes the script waiting for the RunProgram line to be finished. This is important because otherwise I observed sometimes that Clipboard was empty because it was checked to early.
- Tue Feb 23, 2021 4:38 pm
- Forum: Technical / Scripting
- Topic: OCR language
- Replies: 11
- Views: 6067
Re: OCR language
Great job! Works perfect now, especially with the 'tessdata_best' files.
- Thu Feb 18, 2021 11:13 am
- Forum: Technical / Scripting
- Topic: OCR language
- Replies: 11
- Views: 6067
Re: OCR language
I actually use the Macro Scheduler CopyFile function. I tried RenameFile now, however that didn't work (CF_Result_code=124). Probably indeed because it is the 'Program Files (x86)' folder. Anyway, no problem. DeleteFile and CopyFile work fine in this folder. I don't need to restart Macro Scheduler t...
- Thu Feb 18, 2021 9:42 am
- Forum: Technical / Scripting
- Topic: OCR language
- Replies: 11
- Views: 6067
Re: OCR language
Thanks Dorian. As a work around I now rename the trained data from another language to 'eng.traineddata' into the tessdata folder. This works fine and gives indead better results for that language. Mixed language is not possible in this way, however that is not a big deal.
- Tue Feb 16, 2021 4:05 pm
- Forum: Technical / Scripting
- Topic: OCR language
- Replies: 11
- Views: 6067
Re: OCR language
Thanks Dorian for your quick reply. Do I understand you right that OCR actually use always all the language (training) files found in the tessdata folder? If yes, that would suit perfect for me because OCR would in this way also work for images with mixed languages. Great!
- Tue Feb 16, 2021 1:01 pm
- Forum: Technical / Scripting
- Topic: Gettextinit freezes debugger
- Replies: 20
- Views: 28910
Re: Gettextinit freezes debugger
Hi Marcus, can you tell when more improvement can be expected on this subject. I use 15.0.16 (on Win10 64 bit) and still remain to have the same issues. Clearly related to Gettextinit. As long as I run the script without calling Gettextinit I can continue debugging as normal. As soon Gettextinit is ...
- Tue Feb 16, 2021 12:50 pm
- Forum: Technical / Scripting
- Topic: OCR language
- Replies: 11
- Views: 6067
OCR language
Is it possible to use the OCR functionality for another language. In the tessdata folder the English 'eng.traineddata' file is installed. At Github I downloaded a few files for other languages however how can I instruct MS to use those? The OCR_LANGDIR settings only refers to the folder and therefor...
- Thu Oct 01, 2020 8:42 am
- Forum: Technical / Scripting
- Topic: Gettextinit freezes debugger
- Replies: 20
- Views: 28910
Re: Gettextinit freezes debugger
What is the status of this issue? I observe exactly the same using this code: repaint issues and out of resources. Only solution is to kill MSched using the Task Manager. I use Windows 10 pro (10.0.18363) x64 and Macro Scheduler 15.0.13. Actually, I started to observe those issues in my scripts sinc...