lettuce_webdriver icon indicating copy to clipboard operation
lettuce_webdriver copied to clipboard

Relative urls not being resolved

Open Robinfr opened this issue 9 years ago • 0 comments

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

from lettuce.django import django_url

django_url(url)

to get the correct url.

Currently, lettuce_webdriver does not seem to be working with relative URLs, however this would be very nice to have implemented.

Robinfr avatar Jul 31 '15 09:07 Robinfr