Re: How to tick checkboxes with the same name?

2013-07-25 Thread malayrev
вторник, 23 июля 2013 г., 11:25:00 UTC+4 пользователь Peter Otten написал: > malay...@gmail.com wrote: > > > > > I faced a problem: to implement appropriate search program I need to tick > > > few checkboxes which turned out to have the same name (name="a", > > > id="a1","a2","a3","a4"). Set_i

Re: How to tick checkboxes with the same name?

2013-07-25 Thread malayrev
вторник, 23 июля 2013 г., 9:05:14 UTC+4 пользователь Joel Goldstick написал: > On Tue, Jul 23, 2013 at 12:10 AM, wrote: > > > I faced a problem: to implement appropriate search program I need to tick > > few checkboxes which turned out to have the same name (name="a", > > id="a1","a2","a3","a4

How to tick checkboxes with the same name?

2013-07-22 Thread malayrev
I faced a problem: to implement appropriate search program I need to tick few checkboxes which turned out to have the same name (name="a", id="a1","a2","a3","a4"). Set_input('a', True) does not work (I use Grab library), this command leads to the error "checkboxgroup must be set to a sequence".