Hi,
I am trying to use py.test for writing some selenium webdriver tests. I
wrote my first test and
pytest is deselecting that test even though I didn't mark any test.
How can I resolve this issue? Is there some default setting used by
py.test,
(qa)MacBook-Air:$ py.test tests/test_login.py
==
You can get the page source with if that's what you are looking for
driver.page_source
Regards,
Sahil
On Tue, Oct 18, 2016 at 1:00 PM, bruce wrote:
> Hi.
>
> This is prob way off topic.
>
> Looking at web examples from different sites for selenium/python
> bindings. Basically, trying to get an