111976
(의호 서)
September 4, 2022, 1:08pm
1
use application/browser에서 selector과 url,
그리고 click 등의 엑티비티 중에서 fuzzy selector, strict selector, window selector(application instant)에 반복할 때마다 배열된 다른 변수를 주고 싶습니다
url을 예를 들면
http://mysite/xxx/1234 과 http://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
Yoichi
(Yoichi)
September 4, 2022, 11:21pm
3
Hi,
The following might help you.
A dynamic selector uses a variable or an argument as a property for the attribute of your target tag. This allows the selector to easily identify a target element based on the value of the variable or argument, and not an exact string, which might...
Regards,
1 Like
system
(system)
Closed
September 7, 2022, 11:21pm
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.