etaoin

fabrao 2022-11-04T17:16:19.897319Z

Hello, is there any log that I can see if the fill function was filled the input field ok?

borkdude 2022-11-04T18:16:20.177239Z

@fabrao you could maybe do a query to see if the input field contains the expected input?

fabrao 2022-11-04T18:18:03.226849Z

Hello @borkdude, is there any logging that I can see the result of action? Or should I have to check if all the fields has the content that it should?

borkdude 2022-11-04T18:18:39.775219Z

Perhaps check the source, there may be some debug logging option

fabrao 2022-11-04T18:58:18.819449Z

thank you