Ruth

Results 73 comments of Ruth

Hi @limengtaylor You have to set the textbox in focus first by doing a visual automation click before you use keyboard step. First you have to take a snapshot of...

Hi @limengtaylor we are able to replicate that upload does not work in frame step, and we will look into this. Labelling as bug for now.

Hi @YANLINGLOW I think you are missing a space between -sf and your paths, try this: ``` sudo ln -sf /Users/pamela/Downloads/tagui/src/tagui /usr/local/bin/tagui ```

Hi @YANLINGLOW we have users who experienced this same error and reported that installing python helped. Can you try and let us know?

Hi @GarneshMike you can try the following: ``` string = "this is a test" filter = 'test' if string.indexOf(filter) !== -1 echo True else echo False ```

Hi @limengtaylor the image should be 72ppi for it to match.

Hi @limengtaylor some other things you can try is to change the windows zoom and browser zoom to 100%. Just to check, visual automation works on your computer?

Hi @limengtaylor is this a different machine? Seems like you are able to do visual automation from this issue https://github.com/aisingapore/TagUI/issues/1274. If it is the same machine, most likely the image...

Hi @limengtaylor you can try this for the stars: ``` https://ant.design/components/rate-cn/ star = 0 for n from 1 to 5 read //*[@id="components-rate-demo-half"]/section[1]/ul/li[`n`]/@class to x if x contains "ant-rate-star-half" star =...