lettuce_webdriver icon indicating copy to clipboard operation
lettuce_webdriver copied to clipboard

Selenium webdriver for lettuce

Results 11 lettuce_webdriver issues
Sort by recently updated
recently updated
newest added

The following step: ``` gherkin Then I should see "A unicorn" ``` will match on an HTML: ``` html A unicorn ``` because even though none of the spans are...

Lettuce allows you to use relative urls in your features so it doesn't matter what the server address is (e.g. "/hello_world/"). You can then use ``` python from lettuce.django import...

Including only normalising the space. This also means we only make one XPath request.

@after_all seems to be firing after every feature run, not after all the features. A run with lettuce ![screen shot 2014-08-06 at 2 46 27 pm](https://cloud.githubusercontent.com/assets/231390/3834633/892d9b4c-1db3-11e4-9c10-2a3c19c34552.png) A run with lettuce_webdriver...

Replace code configured webdrivers with a YAML config. Replace documentation with a standard initialize call. YAML is neat because it makes it easier to set up multiple browser configs for...

Our tests running against Browserstack sometimes falsely report all test passing. While strictly speaking none of the tests failed, they certainly didn't all run. For example, ``` WebDriverException: Message: u'5...

I assume you've seen https://travis-ci.org/infoxchange/lettuce_webdriver/jobs/18179534 ?

Hi Guys, I have installed lettuce-webdriver, but can't figure out why my test doesn't work as you see below - it doesn't execute it but just ask me to create...

Hello, I tried modifying the "find_field_by" function to find a text field by type, and later "clear" and "send_keys" in order to fill out a form. Specifically, I'm trying to...

Hi, Lettuce supports multiple languages. lettuce_webdriver should support those languages too. Or at least, defining new translations should not duplicate the webdriver logic (for now I copied webdriver.py steps to...