Re: How to get the selected text of the webpage in chrome through python ?

2013-01-09 Thread Alister
On Mon, 07 Jan 2013 20:20:28 -0800, iMath wrote: How to get the selected text of the webpage in chrome through python ? i think you need to explain your requirement further also what do you want to do to the text once you have it? -- Genius is one percent inspiration and ninety-nine

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-09 Thread iMath
在 2013年1月9日星期三UTC+8下午5时35分15秒,Alister写道: On Mon, 07 Jan 2013 20:20:28 -0800, iMath wrote: How to get the selected text of the webpage in chrome through python ? i think you need to explain your requirement further also what do you want to do to the text once you have it?

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-08 Thread iMath
在 2013年1月8日星期二UTC+8下午12时20分28秒,iMath写道: How to get the selected text of the webpage in chrome through python ? I need the code ,cuz I am only familiar with Python ,so it would be better to give me the code written in Python . You can also give me the code in other programming language

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-08 Thread Dave Angel
On 01/08/2013 07:38 AM, Dennis Lee Bieber wrote: On Mon, 7 Jan 2013 20:20:28 -0800 (PST), iMath redstone-c...@163.com declaimed the following in gmane.comp.python.general: How to get the selected text of the webpage in chrome through python ? Chrome is a browser, is it not... If you

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-08 Thread Bruno Dupuis
On Mon, Jan 07, 2013 at 08:20:28PM -0800, iMath wrote: How to get the selected text of the webpage in chrome through python ? What you need is a way to get selected text from wherever it comes. The way to do this depends on your graphical environment. If you use X, i'd make a a quick and dirty

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-08 Thread Miki Tebeka
On Monday, January 7, 2013 8:20:28 PM UTC-8, iMath wrote: How to get the selected text of the webpage in chrome through python ? You can probably use selenium to do that. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-08 Thread iMath
在 2013年1月8日星期二UTC+8下午9时19分51秒,Bruno Dupuis写道: On Mon, Jan 07, 2013 at 08:20:28PM -0800, iMath wrote: How to get the selected text of the webpage in chrome through python ? What you need is a way to get selected text from wherever it comes. The way to do this depends on your

Re: How to get the selected text of the webpage in chrome through python ?

2013-01-08 Thread iMath
在 2013年1月8日星期二UTC+8下午9时11分30秒,Dave Angel写道: On 01/08/2013 07:38 AM, Dennis Lee Bieber wrote: On Mon, 7 Jan 2013 20:20:28 -0800 (PST), iMath redstone-c...@163.com declaimed the following in gmane.comp.python.general: How to get the selected text of the webpage in chrome through