Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

screen recognizer 매크로 추가 (naver & red table) #5

Merged
merged 3 commits into from
Feb 20, 2021

Conversation

sujinnaljin
Copy link
Contributor

screen_recognizer_naver

  1. html/naver_button.html 파일 실행 (50% 확률로 naver 이동 or 경고 창)
  2. 네이버 이동 버튼 위치 잡음
  3. alert 창 ok 위치 및 색상 잡음
  4. 메인 로직을 실행 시, 경고 창이 뜨면 확인 후 다시 네이버 버튼 누르는 로직이 실행됨

screen_recognizer_red_table

  1. html/red_table.html 파일 실행 (50% 확률로 9개의 cell 중 하나가 red 로 변함)
  2. cell 의 첫번째 셀의 위치 잡음
  3. cell 의 첫번째 셀의 위치 잡음
  4. reload 버튼의 위치 잡음
  5. 메인 로직을 실행 시, cell의 첫번째부터 마지막까지 red 셀이 있나 체크후, 없으면 reload 버튼 클릭하는 로직이 실행 됨

Todo

  • 위의 화면 캡처 로직이 x와 y 에 대한 루프를 너무 많이 도는 것 같아서, 각 cell의 중간 position 만 탐색하는 로직으로 리팩토링을 했는데 잘 동작 안함 -> 이유 파악하기

sujin added 3 commits February 21, 2021 00:36
## Description
1. html/naver_button.html 파일 실행 (50% 확률로 naver 이동 or 경고 창)
2. 네이버 이동 버튼 위치 잡음
3. alert 창 ok 위치 및 색상 잡음
4. 메인 로직을 실행 시, 경고 창이 뜨면 확인 후 다시 네이버 버튼 누르는 로직이 실행됨
## Description
1. html/red_table.html 파일 실행 (50% 확률로 9개의 cell 중 하나가 red 로 변함)
2. cell 의 첫번째 셀의 위치 잡음
3. cell 의 첫번째 셀의 위치 잡음
4. reload 버튼의 위치 잡음
5. 메인 로직을 실행 시, cell의 첫번째부터 마지막까지 red 셀이 있나 체크후, 없으면 reload 버튼 클릭하는 로직이 실행 됨

## Todo
[] 위의 화면 캡처 로직이 x와 y 에 대한 루프를 너무 많이 도는 것 같아서, 각 cell의 중간 position 만 탐색하는 로직으로 리팩토링을 했는데 잘 동작 안함 -> 이유 파악하기
@sujinnaljin sujinnaljin merged commit 44c586a into ZakSimSalIl:main Feb 20, 2021
@sujinnaljin sujinnaljin linked an issue Feb 20, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

red table 리팩토링 로직 동작 안함
1 participant