Sha256: 5ddaafe52ac3ad89557805cac67710aadc06a80b6343d5507dbe82224954b15b

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

Version 0.3.0
* New
  * Ability to set record type on creating an object with 'set_record_type' method
* Fixed
  * New syntax for clicking on dropdown/picklist

Version 0.2.0
* Pass in security token defined by leap_salesforce with convention ENV['KEY'_token] to SOAP
  session login

Version 0.1.9
* Ability to login through SOAP session with the LeapSalesforce.login_through_session parameter

Version 0.1.8
* Fixed Watir version at 6.19. Need to update syntax to work with latest version

Version 0.1.7
* Fixed filling in form for Salesforce's new layout

Version 0.1.6
* Bug fix
  * Not appending to Gemfile meant Rakefile could not load leap_salesfore_ui rake tasks

Version 0.1.5
* Enhancements
  * Added logging of actions
  * Allow headless mode with LeapSalesforce.headless = true
  * Throw custom errors when problem occurs setting fields
* Bug fix
  * Didn't handle where class name and backend name differ

Version 0.1.4
* Enhancements
  * Add executable to make it fast to setup testing with exe `leap_salesforce_ui init`

Version 0.1.3
* Enhancements
  * Explicitly specify higher version of Watir as minimum which is compatible with Ruby 3

Version 0.1.2
* Enhancements
  * Added Rake task to auto-generate page classes from soql_objects
  * Added update base class to update entities in a similar way to creating them

Version 0.1.1
* Enhancements
  * Add filling in of dropdown, reference field and text area to create

Version 0.1.0
* Enhancements
  * Initial version with example of using the UI in an integration test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
leap_salesforce_ui-0.3.0 ChangeLog