0
votes
2answers
44 views

Unable to locate the element while using selenium-webdriver

I am very much new to selenium WebDriver and I am trying to automate a page which has a button named "Delete Log File". Using FireBug I got to know that, the HTML is described as and also the css ...
-1
votes
0answers
30 views

selenium - can't select a file (tried send_keys and JavaScript execution)

I'm using selenium, Firefox 21 and Python bindings. I've got a problem with automating access to this site:http://bips.u-strasbg.fr/GPAT I can't send file name to the input_file: <input ...
0
votes
1answer
51 views

Running Selenium Webdriver with a proxy in Python

I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the robot to function perfectly when running it through the Selenium IDE inteface (ie: when simply getting ...
0
votes
1answer
67 views

Getting AJAX content with Python Selenium and PhantomJS

I am writing a crawler that needs to wait for all AJAX loaded HTML content and then extract any anchor tags from them. When I call webdriver.get(URL), I'm not sure that it actually waits for some of ...
1
vote
0answers
82 views

Django Jenkins raises WebDriverException when processed to Selenium server

I start Selenium server hub by command java -jar selenium-server-standalone-2.33.0.jar -role hub and Selenium server node by command java -jar selenium-server-standalone-2.33.0.jar -role node -hub ...
0
votes
0answers
51 views

Strange selenium behavior, jumps to the bottom of the page leaving certain elements not visible

I'm attempting to test the buttons on this page that hide and show their respective descendent elements. The problem I'm encountering is that on some of these buttons, when clicked, the page jumps to ...
0
votes
0answers
62 views

Get WebDriver's implicitly_wait value?

How can I get value of implicit wait that has been set before? In a method which runs at start of each test, I need to test for a set of elements of which normally only one is expected to exist. ...
0
votes
2answers
43 views

Select element not returning webelement from .first_selected_option() method

I'm currently experiencing some difficulties writing a method that will allow me to find the value of the currently selected option within a Select element. <select id="select_foo_bar"> ...
1
vote
0answers
82 views

Running webdriver with extensions (.crx files)

I went to Chrome Extension Downloader to snag the .crx file for 'Adblock-Plus_v1.4.1'. I threw it in the directory im working in, and then ran: from selenium import webdriver chop = ...
0
votes
0answers
34 views

How to display/log which node ran Selenium test session?

I am building a test automation framework using a grid configuration of Windows machines. Without going into too much needless detail, I'm running the tests off a server running Robot Framework with ...
0
votes
0answers
40 views

module using different functions is failing when calling it in another module

I'm quite new to Python and using the internet as my guidance for helping me out but for this I have no clue where to start looking or how to define a search (that's why the title is a bit messy..) ...
1
vote
1answer
52 views

How to pass python object from one file module to another file module?

I am trying to implement page object model in python and selenium. For that matter, I have two modules: LoginPage.py class LoginPage: def __init__(self, driver): self.driver = driver ...
0
votes
2answers
80 views

selenium firefox driver python

I have python functional scripts using selenium 2.32 with the Firefox driver. On a html like below: <div id="reminder"> <div> <ul> <li> <strong>text ...
1
vote
1answer
92 views

Empty error message in Selenium WebDriverException

I am attempting to use Selenium/BeautifulSoup to unit test a web page. I am getting an error though that I haven't been able to Google. selenium.common.exceptions.WebDriverException: Message: '' I ...
1
vote
0answers
89 views

remove arguments passed to chrome by selenium / chromedriver

I'm using selenium with python and chromium / chromedriver. I want to REMOVE switches passed to chrome (e.g. --full-memory-crash-report), but so far I could only find out how to add further switches. ...

1 2 3 4 5 7
15 30 50 per page