On Nov 11, 2009, at 7:19 AM, elca wrote:
> 
> Hello,
> 
> these day im making some script.
> 
> i have encounter some problem with my script work.
> 
> problem is i want to click emulate javascript on following site.
> 
> http://news.naver.com/main/presscenter/category.nhn
> 
> this site is news site. and everyday news content also changed, but
> javascript is not changed.
> 
> for example i want to click javascript every inside 'li' element .
> 
> how can i make it work with Pamie or win32com IE interface?

There is a web application testing framework written in Python called Windmill. 
 I know it can do JavaScript stuff testing.  Maybe you can leverage that code 
to do what you want:

http://www.getwindmill.com/

Hope this helps,
-Roberto.

> thanks in advance 
> 
> 
>                                       <li>
> http://www.bloter.net/wp-content/bloter_html/2009/11/11/19083.html
> <strong>데스크톱 가상화 놓고 한판 대결…시트릭스와 MS vs. VM웨어,</strong>                         
>         
>                               </li>
>                               <li class="image">
>                                                
> http://www.bloter.net/wp-content/bloter_html/2009/11/11/19105.html 
>                                                        
> http://static.naver.com/newscast/2009/1111/1615301154902609.jpg 
>                                                       
>                                                       "블로그·카페로 PLM 정보 공유"
>                                                
>                                       </li>
>                                       
>                                       <li>
> 
> thanks
> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/IE-interface-PAMIE-javascript-click-or-win32-ie-click-tp26302675p26302675.html
> Sent from the Python - python-win32 mailing list archive at Nabble.com.
> 
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to