3
votes
1answer
324 views

Print dom when selenium misses an element I see

How to find what selenium see in a dom where it misses an image I see on screen? Context: I have a Selenium python test browser.wait_to_find_visible_element(By.ID, 'image') that sometimes can't ...
2
votes
1answer
827 views

Choosing a Python webscraping framework for handling pure Javascript based sites

I'm a Python programmer specializing in web-scraping, I had to ask this question as I found nothing relevant. I want to know what are the popular, well documented frameworks that are available for ...
1
vote
1answer
202 views

Installing python bindings for Selenium 2

Can someone explain (detailed directions) how I should go about installing python bindings for Selenium 2 aka Webdriver? I have read the instruction I found ...
1
vote
1answer
530 views

webdriverbackedselenium in python

Is there a way of using webdriverbackedselenium in python, as in selenium = webdriverbackedselenium(driver,"http://www.google.com")
0
votes
1answer
71 views

Reliably detect page load or time out, Selenium 2

I am writing a generic web-scraper using Selenium 2 (version 2.33 Python bindings, Firefox driver). It is supposed to take an arbitrary URL, load the page, and report all of the outbound links. ...
0
votes
1answer
43 views

Selenium - can I disable javascript only for several urls?

I need to disable javascript only for several urls, i.e.: browser.get('http://mydomain.com/page1') # some actions with JS off browser.get('http://mydomain.com/page2') # some actions with JS on ...
0
votes
1answer
115 views

Selenium2Library: move mouse position for click

I am new to the whole Robotframework and the Selenium2Library and I have a problem. I have two divs: rasterContainer and anlageContainer. They have the same x- and y-offset. The anlageContainer has a ...
1
vote
0answers
265 views

Selenium firefox browser is not working on centos 6.0 using Python

How do I get Selenium to work on Centos 6.0? I get the below error. I am using selenium 2.31.0 on python 2.6 yum install ImageMagick ImageMagick-perl xorg-x11-server-Xephyr Xvfb firefox sudo yum ...
1
vote
0answers
281 views

Selenium 2.5 unable to use driver.get on Android

I have everything running well on iOS, and am trying to get up and running with Android web testing. I am writing the tests in Python 2.7.2. I get an exception when I try the below code: from ...
0
votes
0answers
73 views

How to import Selenium2Library in Eclipse

import Selenium2Library.Selenium2Library in eclipse results in the following error. Traceback (most recent call last): File ...
0
votes
0answers
201 views

Python, Selenium 2, Chromedriver, and unsecure https/SSL

I need some assistance in allowing chrome to accept bad SSL certs / unsecure pages while being driven by Chromedriver. I've got the following setup on my script: def setUp(self): self.driver = ...
0
votes
0answers
114 views

Chrome alert Selenium

I'm working by selenium to test my python module. I have a problem with Chrome, when in my test an alert is opened. My code: self.context.dojo.query( '#mybutton' ).click() ...
0
votes
0answers
157 views

handling indirect url change by javascript code by selenium (python)

Hi, This is a beginner's question, as i am new to python/selenium/html/javascript/DOM in general. :) I am sorry in advance for being a bit daunting and over-expressive. I am testing the ...
0
votes
0answers
160 views

Version error running demo of selenium2library

When I run the rundemo.py from "rtomac-robotframework-selenium2library-893dc2c" demo folder. I get the following error: Traceback (most recent call last): File "rundemo.py", line 34, in ...
0
votes
0answers
276 views

Using a functional java construct (Predicate) from jython

So, I'm attempting to use the selenium java libraries from jython (yes, I know selenium has a python interface, but for good reasons of corporate teamwork accessing the pure java libraries makes more ...

15 30 50 per page