Stuart Coyle

Results 8 issues of Stuart Coyle

**This PR addresses** Adds a force_quote option. This ensures that all fields in the CSV are quoted regardless of if they need it or not. Some broken applications assume all...

Implement the session storage and local storage methods.

enhancement

Implement Touch event handling. This is already in the base protocol module, it needs to be added based on what the session capabilities return.

enhancement

Implement the various IME functions that WebDriver specifications allow.

enhancement

Implement the geolocation calls. Already done in the base protocol but without any browsers to test it on.

enhancement

Mail magnet breaks multipart emails. When you write the original recipients part it causes a multipart/alternative email to be concatenated into one part.

Should be able to set a count option on the has_foo? functions. For example checking a table has 5 rows: ``` elixir assert Page.has_css "table#special tr", count: 5 ``` also...

enhancement

Not sure how to approach this yet. We should be able to scope finds to a sub section of the DOM.

enhancement