@ptt-bds Cho những thứ bạn muốn thực hiện khi ALL PROJECT lỗi, ví dụ như ghi ra log, ghi ra tệp, gửi thông báo, quay lại bước nào đó...
Vì khi một trong những hành động trong ALL PROJECT lỗi nó sẽ nhảy xuống chỗ này.
Hi how to get all text from add element?
-
So I'm scraping links and saving them to Add Element in "1.txt"
so I have 50 lines then I want to use the same "1.txt" to get all 50 lines to PASTE or input them on a certain text field.
How to do that?
-
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
-
@plantacja said in Hi how to get all text from add element?:
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
thank you I'll try this! :)