Ken Soh

Results 143 comments of Ken Soh

It is possible to define a series of TagUI steps in .tag file using the tagui step - https://tagui.readthedocs.io/en/latest/advanced.html#running-flows-within-a-flow However, if the sequence requires data processing which needs JavaScript code,...

Fyi @ruthtxh I'm passing ownership of this issue to you. Maybe for now can wait first, and see @kangyiwen assessment of writing JavaScript functions and what kind of functions. That...

Thank you very much for sharing these thoughts and what you have created! Copying @ruthtxh, what Yi Wen created into Notepad++ looks very cool.

@cousin-wang, if you adapt @ruthtxh working code and combine with using frame step, does it work for you? ``` http://mail.qq.com/ frame login_frame click //*[@id="switcher_plogin"] type //*[@id="u"] as xyz type //*[@id="p"]...

Sure, let me know if you run into any questions! PrivateBin can be easily hosted too on your own, if you want to host it on AI Singapore's servers. It...

Adding on, @MaheshPMane if what you are looking for is doing a popup on the desktop instead of web-browser, the link that @marcelocecin sent would be a working example. @ruthtxh...

Hi @vegaviazhang thanks for sharing these detail information. I think the root cause is network policy (maybe from company, or from China), that is blocking automated downloading of required files...

Ubuntu Linux does not have PHP installed, you can install it and try again. See this Ubuntu Colab notebook for example to install PHP - https://colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing

Hi @vegaviazhang thanks for sharing these details, they are very helpful! Normally when init() is stuck, the most common reason is that it cannot connect to the Chromium process. This...

Also, I notice you did not initialise the virtual display. Before you do r.init(), you have to do the following (from the Colab example). It is initialise the virtual display...