Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Initial attempt at selenium stub for testing browsers #200

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ppietikainen
Copy link
Member

Selenium webdriver allows for the scripting of browsers, which makes it possible to
test them with TryTLS. Unfortunately the level of control is pretty low (e.g. no HTTP status code
available, e.g. page title can be used to figure out whether load succeeded) + get_logs() returns
new log entries since last call to get_logs(), but end result could be useful.

@ppietikainen
Copy link
Member Author

Now in testable state, Firefox seems to work, I couldn't figure out how to make chrome do cert checks, it now does something that should enable them, but doesn't. failing_titles needs review for both browsers, it now has the titles for both browsers.

@Mamietti Mamietti added this to the 0.4.0 milestone Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants