Testing Other Chrome Extensions (via chrome-extensions://... page)

  • Content scripts can not access any page that starts with extension://... - and therefore no selenium ide can record or replay tests there.

  • In web automation mode, Kantu can also not take screenshots of extension://... pages (again, because Chrome does not allow it) and thus the visual methods like xclick (image) or xclick (ocr=text) do not work

  • The solution: In the new desktop automation mode, Kantu can take screenshots of these pages, and thus the visual methods like xclick (image) or xclick (ocr=text) do work.

The desktop automation mode is currently in beta testing. If you feel like experimenting, you can

and then go to the new “Vision” tab in the Kantu settings and switch to desktop automation. Now you can construct your macro by adding xclick and xtype commands to it.

2 Likes