Ken Soh

Results 143 comments of Ken Soh

Hi Shinji @dotneet that sounds like a great idea! If I'm not mistaken Puppeteer is planned to hit v1.0 stable sometime in October. Letting Puppeteer iterate and handle teething issues...

Wanted to add on that referencing frame within a frame should be possible, just whether some workaround code is used or if it can be implemented directly. For a project...

You're welcome @dotneet ! I think Chromy is the Number 1 module that Node.js developers use for interfacing with Chrome and I hope its user base continue to expand rapidly...

Thanks for your sharing @dotneet ! That's true.. Yes I had to send the raw JSON messages to the target, because I communicate with Chrome through websocket directly. Creating new...

Thank you very much for your kind words.. For desktop apps, you primarily use 1. visual automation https://github.com/tebelorg/RPA-Python#visual-automationsee_no_evil2. 2. combined with keyboard() https://github.com/tebelorg/RPA-Python#keyboard-automationmusical_keyboard 3. and sometimes OCR https://github.com/tebelorg/RPA-Python#ocr-automation Basically using...

For starting desktop apps, it could be doing dclick() on the desktop icon, using keyboard('[win]') to search and run from Start menu, keyboard('[win]r') to run command from the Run popup...

My pleasure, do post here on GitHub issue or at the Telegram group chat, if you run into blockers! https://t.me/pythonrpa

@Peter-YAN, maybe something like below works? Will need to break up modifier keys so the automation knows key to apply the modifiers like [ctrl], [shift], [alt] etc: ```py r.click('E:\\project\\RPA\\RPAforPython\\idata\\export_file_name.png') r.keyboard('[ctrl]a')...

Adding sub-flows support for discussion before I forget

Consider snippets - feedback from Kevin https://code.visualstudio.com/docs/editor/userdefinedsnippets