Ruth

Results 73 comments of Ruth

Reopening issue for visibility till next release due to above [reason](https://github.com/kelaberetiv/TagUI/issues/1255#issuecomment-1185286121).

Hi @pp082 You can try using phantomjs fs module. https://phantomjs.org/api/fs/method/move.html The following worked for me: ``` var fs = require('fs'); fs.move("C:/Users/abc/A.txt", "C:/Users/abc/test folder/A.txt"); ``` You can also rename the file...

Hi @kangyiwen I don't think OCR supports Chinese directly. For read step you can read the XPath to a variable and echo Chinese characters. To display Chinese characters in command...

According to SikuliX forum, to add the chinese library you can download from tesseract and place in the AppData\Roaming\Sikulix\SikulixTesseract\tessdata folder. The tesseract data files for 3.05 can be found here:...

Hi @kangyiwen For SikuliX script you can write in vision block ``` vision begin import org.sikuli.script.TextRecognizer as TR Settings.OcrReadText = True Settings.OcrLanguage = "chi_sim" TR.reset() vision finish ``` https://tagui.readthedocs.io/en/latest/reference.html?highlight=vision#vision

Hi @kangyiwen as mentioned on the call, I briefly tested with both SikuliX code (vision step) and TagUI code (read step). Only the SikuliX Code is able to give proper...

Both the logs for vision step and read step output success, will have to dig more to find more clues. Also added the upgrading SikuliX to the list of suggestions....

Hi @cousin-wang Seems like your method of identifying the element is not working. The following works for me on this sample website and identifying the element with queryselector. ``` https://www.google.com/doodles...

Hi @cousin-wang I'm not sure which element you're looking for on the page, because when I do a search for that id/class in the dev tools elements it does not...

Hi @kensoh, thanks for the suggestions! We are actually migrating from both kelaberativ and aimakerspace to a new github org soon.