Stuart Coyle
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 Touch event handling. This is already in the base protocol module, it needs to be added based on what the session capabilities return.
Implement the geolocation calls. Already done in the base protocol but without any browsers to test it on.
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...
Not sure how to approach this yet. We should be able to scope finds to a sub section of the DOM.