[BangPypers] Selenium pyvirtualdisplay Script suggestions to improve

2011-10-06 Thread Saju M
Hi Friends, Here is the code for change "Custom Location" in google search page http://dpaste.com/629298/ log http://dpaste.com/629304/ I could run it on Remote Server. But its not working sometimes, because selenium can't find some elements on the page, So that i added a "while" loop for retry

Re: [BangPypers] selenium pyvirtualdisplay script on remote server

2011-10-06 Thread Senthil Kumaran
On Thu, Oct 06, 2011 at 10:23:17AM +0530, Saju M wrote: > I already tested with scroll bar and focus and its working finw in my laptop. > But when i run this script on Remote Server, it can't find that element.?? You could try putting some debugging prints in this script and what the values ar

Re: [BangPypers] selenium click not working fot some links

2011-10-06 Thread Senthil Kumaran
On Tue, Oct 04, 2011 at 07:01:07PM +0530, Saju M wrote: > I could find that some padding is given for that link, is that the issue ?? Could be. But if you can help by send the full script for others to try or share the exception that would be helpful so that we can understand the problem better.