1) Write / Click / Read 대상
write selector: #aiwk_test_input
click selector: #aiwk_test_button
read selector: #aiwk_test_chat 또는 .aiwk-test-chat
#aiwk_test_input
#aiwk_test_output
테스트 출력 대기
#aiwk_test_chat / .aiwk-test-chat
stream/read 테스트 영역
2) Code 추출 테스트 대상
code selector: #aiwk_test_code, .aiwk-test-code, pre code
function aiwkSample(){
const msg = "AIWK code extract sample";
return msg;
}
A1/A2/A3를 각각 다른 크롬 프로필로 열고, EXT에서 client_id를 A1/A2/A3로 맞춘 뒤 테스트합니다. 이 패널은 운영용이 아니라 selector/macro/stream 기능 검증용입니다.