You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I have a list which is in a frame.
iframe:nth-child(1) |> div:nth-child(9) select select[name="UF_CRM_6333353EB3AB2[]"]
It has an element that I need to select. iframe:nth-child(1) |> div:nth-child(9) option:nth-child(7)
value = 80500
I created a "Click element" and "Trigger event / Keydown", Automa "finds" this item but doesn't "click/select" it.
What to do to "squeeze" this element?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I have a list which is in a frame.
iframe:nth-child(1) |> div:nth-child(9) select
select[name="UF_CRM_6333353EB3AB2[]"]
It has an element that I need to select.
iframe:nth-child(1) |> div:nth-child(9) option:nth-child(7)
value = 80500
I created a "Click element" and "Trigger event / Keydown", Automa "finds" this item but doesn't "click/select" it.
What to do to "squeeze" this element?
Beta Was this translation helpful? Give feedback.
All reactions