Pamie and python-win32 issues

currently im doing a few web script breaks. and I chose PAMIE to use my script. in fact im new to python and programming. so I have no idea if I am using PAMIE it is really useful to make a script to communicate with win32-python. ok my problem is while im doing the script i am facing two problems. Firstly, I want my script to work together Beautifulsoup and PAMIE. or it's also ok ... can work with the native Internet Explorer interface.

but that doesn't work for me. im using the PAMIE3 version. Even though I changed the pamie 2b version, I couldn't get it to work.

My second problem is that im creating the script I think I need a regular IE interface someday. is it possible to change IE PAMIE interface to normal IE interface (InternetExplorer.Application)? i don't want to open a new IE window to work with normal IE interface, want to continue with current IE PAMIE windows. Sorry for my bad English Paul

+2


source to share


1 answer


PAMIE may be a little out of date. You can take a look at Selenium, which will also automate the web browser but is more up to date.



http://jimmyg.org/blog/2009/getting-started-with-selenium-and-python.html

0


source







All Articles