0

How can I get the point from a webpage? Let's say I want to click on a textbox from a site, because it's easier than searching all the tag names and stuff. So...when click on a button I can go to the webbrowser and get the point of that textbox (e.g 400,210), but I want to get the point to work for the webbrowser not matter what size it is. How can I do it?

4

1 回答 1

0

听起来您正在尝试编写屏幕刮板。我建议你看看BeautifulSoup

于 2013-02-05T14:01:32.080 回答