anyone can help me to make a script? please.

csheep

New Member
VIP
Joined
Aug 13, 2019
Messages
5
Reaction score
1
Achievement
website url is < https://m.naver.com/ >

await WaitForLoading();
ClickByXpath ('//*[@id="MM_SEARCH_FAKE"]');
SendKeyPress(13);
await WaitForLoading();
await Typing("9hits macro");
SendKeyPress(13);
await Delay(3000);


searching keyword is not working.
help me please.
i think is problem of ClickByXpath ('//*[@id="MM_SEARCH_FAKE"]');
 

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
91
Website
OnlinePiercingShop.com
Achievement
Code:
<i>
</i>await ResizeTo(800, 600);
await WaitForLoading();
ClickByXpath ('//*[@id="MM_SEARCH_FAKE"]');
await WaitForLoading();
await Typing("9hits macro",500,800);
Delay(5000);
SendKeyPress(13);
await Delay(3000);
friend, what's wrong?
 

csheep

New Member
VIP
Joined
Aug 13, 2019
Messages
5
Reaction score
1
Achievement
opsfafsme post_id=2466 time=1565720350 user_id=140 said:
Code:
<i>
</i>await WaitForLoading();
ClickByXpath ('//*[@id="MM_SEARCH_FAKE"]');
await WaitForLoading();
await Typing("9hits macro",500,800);
Delay(5000);
SendKeyPress(13);
await Delay(3000);
friend, what's wrong?
if you test macro. its not working.

ClickByXpath <- click is not working
 

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
91
Website
OnlinePiercingShop.com
Achievement
csheep post_id=2467 time=1565732127 user_id=717 said:
if you test macro. its not working.
ClickByXpath <- click is not working
Are you sure ?, tested, works as in manual mode, try my macro version
Which macro editor do you use?
try adding at the beginning
await ResizeTo(800, 600);
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu