Click 3dots webpage item
Moderators: Dorian (MJT support), JRL
- Dorian (MJT support)
- Automation Wizard
- Posts: 1386
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Click 3dots webpage item
Here's a standalone example : link
Yes, we have a Custom Scripting Service. Message me or go here
- Dorian (MJT support)
- Automation Wizard
- Posts: 1386
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Click 3dots webpage item
Yeah it will just keep looping until it finds the element. If the element never exists it'll keep on going. You can amend the loop to make it exit upon any exit condition you like.drunkenmonkey wrote: ↑Mon Nov 22, 2021 10:03 amHi Dorian!
The wait command stop the Json error.
The script does not produce anything until I stop it.
Thank you for your help!
Yes, we have a Custom Scripting Service. Message me or go here
-
- Pro Scripter
- Posts: 90
- Joined: Fri Jan 31, 2020 10:52 am
Re: Click 3dots webpage item
Hi Dorian,
Thank you for your help.
I comment a wait command before the loop.
By removing it and give it a 5 sec the new tab
and the the page content is sufficient to let the
loop catch the el that we are looking for.
I will implement those loop to other places in the
script where there is time processing.
Thank you again!
Thank you for your help.
I comment a wait command before the loop.
By removing it and give it a 5 sec the new tab
and the the page content is sufficient to let the
loop catch the el that we are looking for.
I will implement those loop to other places in the
script where there is time processing.
Thank you again!