For each와 selector 변수 활용 질문

use application/browser에서 selector과 url,
그리고 click 등의 엑티비티 중에서 fuzzy selector, strict selector, window selector(application instant)에 반복할 때마다 배열된 다른 변수를 주고 싶습니다

url을 예를 들면
http://mysite/xxx/1234http://mysite/xxxx/4321 을 반복 세션으로 두고 싶을 때에
http://mysite/xxx/변수값 으로 지정해서 프로그램을 돌리고 싶습니다!

selector을 에로 들면
xxxx-1234&abc 와 xxx-4321&abc 를 반복 세션으로 두고 싶을 때에
xxxx-변수값&abc 로 지정해서 프로그램을 돌리고 싶습니다!

어떻게 해야할까요?

Hi

You can use wild cards in your selector for make selectors dynamic

Thanks

1 Like

Hi,

The following might help you.

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.