ncbi / robotframework-pageobjects

Implementation of the Page Object pattern with Robot Framework and selenium. Also facilitates page object pattern independent of Robot Framework
http://ncbi.github.io/robotframework-pageobjects
Other
84 stars 75 forks source link

added sauce_device option #38

Closed kahunacohen closed 9 years ago

kahunacohen commented 9 years ago

Added support for sauce_device option.

hellmanj commented 9 years ago

This should be probably be added as a "trigger" option here https://github.com/ncbi/robotframework-pageobjects/blob/master/robotpageobjects/page.py#L361

kahunacohen commented 9 years ago

@hellmanj yeah you're right. I'll add to this branch.

kahunacohen commented 9 years ago

OK added.

kahunacohen commented 9 years ago

Declining this PR. Merged this into another branch I am working on to fix some sauce issues.