Search found 482 matches

by techimac
Fri Apr 07, 2023 6:16 am
Forum: iMacros for Firefox
Topic: csv and utf8 issues
Replies: 8
Views: 7292

Re: csv and utf8 issues

iMacros for chrome reads Turkish charcaters fine but not iMacros 8.9.7 for palemoon
by techimac
Thu Apr 06, 2023 7:04 pm
Forum: iMacros for Firefox
Topic: csv and utf8 issues
Replies: 8
Views: 7292

Re: csv and utf8 issues

strange
iMacros is not reading Turkish Characters properly
CSV file is saved with utf-8 encoding

Any solution?

Palemeoon 28.1
Windows 11
iMacros 8.9.7
by techimac
Mon Mar 20, 2023 4:35 pm
Forum: General Support & Discussions
Topic: autoclick on Instagram - problem with like
Replies: 9
Views: 4892

Re: autoclick on Instagram - problem with like

Stories SET !ERRORIGNORE YES SET !EXTRACT_TEST_POPUP NO SET !TIMEOUT_STEP 1 SET !VAR2 4 TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow WAIT SECONDS=1 tag pos=1 type=h2 attr=* extract=txt url goto=https://www.instagram.com/stories/{{!extract}} WAIT SECONDS=5 tag pos=1 type=button attr=txt:View<sp>story WAIT ...
by techimac
Sun Mar 19, 2023 5:28 pm
Forum: General Support & Discussions
Topic: autoclick on Instagram - problem with like
Replies: 9
Views: 4892

Re: autoclick on Instagram - problem with like

if you have instagram test account then I can check with xpath click as well
by techimac
Wed Mar 15, 2023 7:20 pm
Forum: General Support & Discussions
Topic: autoclick on Instagram - problem with like
Replies: 9
Views: 4892

Re: autoclick on Instagram - problem with like

SET !ERRORIGNORE YES SET !EXTRACT_TEST_POPUP NO SET !TIMEOUT_STEP 1 SET !VAR2 4 TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow WAIT SECONDS=1 TAG POS=1 TYPE=A ATTR=HREF:/p/* WAIT SECONDS=2 TAG POS=1 TYPE=svg ATTR=aria-label:Like WAIT SECONDS=1 TAG POS=1 TYPE=A ATTR=TXT:Next WAIT SECONDS={{!VAR2}} TAG POS=1 ...
by techimac
Thu Feb 16, 2023 5:03 pm
Forum: General Support & Discussions
Topic: Unusual drop down box
Replies: 12
Views: 7500

Re: Unusual drop down box

ok
by techimac
Thu Feb 16, 2023 4:18 am
Forum: General Support & Discussions
Topic: Unusual drop down box
Replies: 12
Views: 7500

Re: Unusual drop down box

@Techimac Having a similar issue, would you be able to provide assistance? I see in your signature it says you are available for custom work. What's the best way to contact you? I added my email to a temp google doc, per instructions in another post I saw. I can send skype as well. https://docs.goo...
by techimac
Mon Feb 13, 2023 2:17 am
Forum: General Support & Discussions
Topic: Unusual drop down box
Replies: 12
Views: 7500

Re: Unusual drop down box

you have to first extract HTML of the TAG
extract the attribute using EVAL and assign to variable

use variable in EVENT Mode
by techimac
Sat Feb 11, 2023 10:58 am
Forum: General Support & Discussions
Topic: Unusual drop down box
Replies: 12
Views: 7500

Re: Unusual drop down box

Try with EVENT mode
by techimac
Fri Dec 02, 2022 10:10 am
Forum: General Support & Discussions
Topic: iMacros EOL by 2023-11-30.
Replies: 10
Views: 6745

Re: iMacros EOL by 2023-11-30.

In my opinion this a huge mistake you guys are making, iMacros is currently the only user friendly automation tool out there on the market without any huge knowledge of programming. It has big potential it's just that the team in charge of iMacros does not care about it all these years, just look a...
by techimac
Mon Oct 17, 2022 7:39 am
Forum: Data Extraction and Web Screen Scraping
Topic: Help with XPath
Replies: 10
Views: 8972

Re: Help with XPath

by techimac
Sun Oct 16, 2022 11:08 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Help with XPath
Replies: 10
Views: 8972

Re: Help with XPath

Page: https://www.achurchnearyou.com/church/3247/find-us/ I want to simply obtain the navlist__item-title from here: <div class="navlist__item-title">St George's Church</div> (//div[@class="side__navigation"]//div[@class="navlist__item-title"])[1]