Ken Soh
Ken Soh
Can you show me the Python code and steps you take to install and run? On the Ubuntu that does not work. The Colab example has some setup steps that...
@liutingqin , so sorry I just got to catch up on issues reported here! Thanks for raising this. Hi @oujiale401 it is on the top of the readme page, the...
Hi @debugger1979, thanks for raising this! What you said is all correct and valid, I appreciate very much that you shared these replication details. There was a design choice made...
Hi @debugger1979 that is a great idea, but not doable using the package. You can consider using vision() function to make direct custom SikuliX commands. I'm not sure even if...
Closing issue for now but will look out for your reply
Hi @yucongshub thanks for raising this! The backend API only returns what Chrome returns. So my initial hunch is there might be some change or bug in Chrome in Linux...
Adding on @yucongshub - I've tried using the Google Colab notebook example (which runs on Ubuntu) and it appears to be working correctly. The notebook example link is the following...
Hi @yucongshub can you tell me more what do you mean? Can you share more on what is the difference between on your Linux and the example using Google Colab...
Hi @yucongshub I think you have narrowed down and found the issue. I suspect the most likely reason is somehow certain Linux version, the way the websocket calls are made...
If your goal is to capture the password maybe you can move the mouse using visual automation with r.hover() to the textbox on the left of the generated 4-digit number....