firefox - Opening a select2 in Imacro -


not sure if possible though i'm trying open select2 , wanting input text can filter , select item.

 version build=8810214 recorder=fx  tab t=1  url goto=http://ivaynberg.github.io/select2/  ' selecting select2 here ' 

whenever try select field doesn't show on imacro's. tried out here: example ' basic ' didn't show.

any idea's? i'm using firefox.

thanks in advance

kind regards

event type=click selector="html>body>div:nth-of-type(2)>section:nth-of-type(3)>article>div>p:nth-of-type(4)>div>a>span:nth-of-type(2)>b" button=0 event type=click selector="html>body>div:nth-of-type(4)>ul>li:nth-of-type(3)>ul>li>div" button=0 

this code click arizona on link posted.

to make changeable use javascript scripting , make last digit in brackets changeable.

event type=click selector="html>body>div:nth-of-type(2)>section:nth-of-type(3)>article>div>p:nth-of-type(4)>div>a>span:nth-of-type(2)>b" button=0 event type=click selector="html>body>div:nth-of-type(4)>ul>li:nth-of-type({{!loop}})>ul>li>div" button=0 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -