Search found 4 matches

by doncorleone
Fri Jan 17, 2020 12:34 am
Forum: Q/A
Topic: Select different kind of elements with one selector
Replies: 1
Views: 6766

Select different kind of elements with one selector

I'm trying to make a selector that selects a button, which is an A element, but then on a different page it is a P element for whatever reason and the selector doesn't work there. When I try to add it with Add Samples to Selector I get an error that says "These are not the same kind of elements". Is...
by doncorleone
Fri Nov 29, 2019 4:26 pm
Forum: Q/A
Topic: SelectBy.Script
Replies: 3
Views: 9652

Re: Select.ByScript

It'd be easier if you add your script to Scripting > Scripts in project explorer and then did SelectBy.Script · Script.MyScript That way you won't need to add any extra escape characters plus you'll get code completion. Your script should work and select the element you're creating but not sure why ...
by doncorleone
Fri May 31, 2019 4:44 pm
Forum: Q/A
Topic: Can't find my selector on the list of actions
Replies: 2
Views: 13722

Re: Can't find my selector on the list of actions

That worked thanks!
by doncorleone
Thu May 30, 2019 5:53 pm
Forum: Q/A
Topic: Can't find my selector on the list of actions
Replies: 2
Views: 13722

Can't find my selector on the list of actions

First of all, thanks for this great product. I'm trying to do I guess some "advanced" stuff but am running into some trouble. I have an action that looks like this: Sequence.IfAny · Select.SelectStore · Select.SelectStore Browser.Click · [ifEmpty] On the [ifEmpty] space I want to select another sele...