Search found 29 matches

by Lana_K
Fri Apr 19, 2024 11:03 pm
Forum: General Discussion
Topic: Replacement of special characters in a string
Replies: 4
Views: 19

Re: Replacement of special characters in a string

Thank you for the task. Mine looks very similar, only yours works and mine does not. I am yet to compare the two to see where I made a mistake.
I've emailed you a real life example file which I need to process.
Many thanks for your kind help.

Sincerely,
Lana
by Lana_K
Fri Apr 19, 2024 7:08 pm
Forum: General Discussion
Topic: Replacement of special characters in a string
Replies: 4
Views: 19

Re: Replacement of special characters in a string

Just want to add an example. This is how the original string looks like in the CSV file (not sure if this website would display the characters correctly when I post this, but I'll try anyway): "Andrea Muñoz-Gutiérrez, Alma X. González-Morales, L. Á. García, V. Iršič, N. G. Karaçaylı, I. Pérez-R...
by Lana_K
Fri Apr 19, 2024 6:26 pm
Forum: General Discussion
Topic: Replacement of special characters in a string
Replies: 4
Views: 19

Replacement of special characters in a string

Hi, I am wondering if someone could suggest which functions to use to replace various accented characters in a string (à, é, ó, č, ñ, etc). The task is to read a string from a CSV file and replace all non-Latin characters listed (no need to work with all existing characters, just the ones that the u...
by Lana_K
Fri Apr 19, 2024 6:13 pm
Forum: General Discussion
Topic: If file exist
Replies: 5
Views: 224

Re: If file exist

This is a good point, thank you, Oleg. Another issue I ran into when checking if file exists is a set of special characters (I suspect they are something to do with BOM, but I am no expert) which is added at the beginning of some files created by Robotask in UTF-8 format file names. They are invisib...
by Lana_K
Fri Apr 19, 2024 6:03 pm
Forum: General Discussion
Topic: Embedded Chromium Browser
Replies: 1
Views: 783

Re: Embedded Chromium Browser

Hi, I also have all sorts of problems with embedded Chromium because it does not store cookies, does not recognise login credentials and does not support add-ons. What I usually do is call externally installed copy of Chrome using 'Run Program' function. You can specify the webpage you want to open ...
by Lana_K
Tue Mar 19, 2024 12:29 pm
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 551

Re: How to click a browser extension button?

Because this is not happening on my computer but on my colleague's laptop, and we've already set everything up for her, I have no access to her system to take screenshots. But if in future she experiences the problem again and asks for help, I'll take the screenshots and send them to you. Might take...
by Lana_K
Fri Mar 15, 2024 10:19 pm
Forum: General Discussion
Topic: If file exist
Replies: 5
Views: 224

Re: If file exist

I use If Then flow with system variable {FileExists({TempDir}\file.tmp)} which is either true or false. But for me, oddly, the variable sometimes has correct value, sometimes does not.
by Lana_K
Fri Mar 15, 2024 10:10 pm
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 551

Re: How to click a browser extension button?

Hi Oleg, just to let you know about a possible bug. I was remotely training my colleague to use the task I created for her, which uses 'Move mouse to image' several times. We used 'Select region' button to capture the image from screen for one of the images, everything worked fine. But when we tried...
by Lana_K
Tue Feb 20, 2024 5:33 pm
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 551

Re: How to click a browser extension button?

Thank you for the advice. I set tolerance to 4, as you suggested, and the task seems to be working better. Still tripping over this step once in a while, but now I can call it reliable enough.

Sincerely,
Lana
by Lana_K
Mon Feb 19, 2024 11:56 am
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 551

Re: How to click a browser extension button?

Thank you for the explanation, Oleg. I haven't played with tolerance, I left it at default. Shall I increase it? Would it click something else if the number is too high? On the computer I used to write the task the whole task works 100%. Then I had to move the task to another computer, where I re-en...