Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

RUN-5538 - Expose findInPage and stopFindInPage APIs#361

Closed
luiemilio wants to merge 13 commits intoHadoukenIO:developfrom
luiemilio:RUN-5538_findInPage
Closed

RUN-5538 - Expose findInPage and stopFindInPage APIs#361
luiemilio wants to merge 13 commits intoHadoukenIO:developfrom
luiemilio:RUN-5538_findInPage

Conversation

@luiemilio
Copy link
Member

@luiemilio luiemilio commented Oct 8, 2019

Description of Change

Expose Electron's Find In Page API

Core PR: HadoukenIO/core#987

Checklist

  • PR description included and stakeholders cc'd
  • npm test passes
  • automated tests are changed or added
  • Integration tests added in this repo and in the test dashboard
  • relevant documentation is changed or added
  • PR title starts with the JIRA ticket pull request process
  • PR release notes describe the change in a way relevant to app-developers
  • PR has assigned reviewers

Release Notes

Added API to find and highlight text on a page.

Notes:

Copy link
Member

@rdepena rdepena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs proper docs and tests.

@openfin-github-bot openfin-github-bot bot added the auto testing started Bot started automated testing label Oct 8, 2019
@openfin-github-bot
Copy link

38fdf45

Git

  • core: develop <= RUN-5538_findInPage (1b9405e)
  • js-adapter: develop <= RUN-5538_findInPage (38fdf45)
  • javascript-adapter: develop

Asars used for testing

Test results

@openfin-github-bot openfin-github-bot bot added auto testing done Bot completed automated testing and removed auto testing started Bot started automated testing labels Oct 8, 2019
@openfin-github-bot openfin-github-bot bot added auto testing started Bot started automated testing and removed auto testing done Bot completed automated testing labels Oct 8, 2019
@openfin-github-bot
Copy link

c9f8494

Git

  • core: develop <= RUN-5538_findInPage (a15ac8a)
  • js-adapter: develop <= RUN-5538_findInPage (c9f8494)
  • javascript-adapter: develop

Asars used for testing

Test results

@openfin-github-bot openfin-github-bot bot added auto testing done Bot completed automated testing and removed auto testing started Bot started automated testing labels Oct 8, 2019
@openfin-github-bot openfin-github-bot bot added auto testing started Bot started automated testing and removed auto testing done Bot completed automated testing labels Oct 8, 2019
@openfin-github-bot
Copy link

b2af0f9

Git

  • core: develop <= RUN-5538_findInPage (c41ef02)
  • js-adapter: develop <= RUN-5538_findInPage (b2af0f9)
  • javascript-adapter: develop

Asars used for testing

Test results

@openfin-github-bot openfin-github-bot bot added auto testing done Bot completed automated testing and removed auto testing started Bot started automated testing labels Oct 8, 2019
@openfin-github-bot openfin-github-bot bot added auto testing started Bot started automated testing and removed auto testing done Bot completed automated testing labels Oct 10, 2019
@openfin-github-bot
Copy link

3a5c05b

Git

  • core: develop <= RUN-5538_findInPage (c41ef02)
  • js-adapter: develop <= RUN-5538_findInPage (3a5c05b)
  • javascript-adapter: develop

Asars used for testing

Test results

@openfin-github-bot openfin-github-bot bot added auto testing done Bot completed automated testing and removed auto testing started Bot started automated testing labels Oct 10, 2019
@@ -0,0 +1,12 @@
Find and highlight text on a page
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tutorial is not at all descriptive of what the feature does.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added better description

@@ -0,0 +1,14 @@
Stop findInPage call with the specified action
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tutorial is not at all descriptive of what the feature does.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added better description

}
} No newline at end of file

public findInPage(searchTerm: string, options?: any): Promise<number> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type of 'options' is FindInPageOptions ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added the type to the func

@openfin-github-bot openfin-github-bot bot added auto testing started Bot started automated testing and removed auto testing done Bot completed automated testing labels Oct 16, 2019
@openfin-github-bot
Copy link

65b7eb5

Git

  • core: develop <= RUN-5538_findInPage (c41ef02)
  • js-adapter: develop <= RUN-5538_findInPage (65b7eb5)
  • javascript-adapter: develop

Asars used for testing

Test results

@openfin-github-bot openfin-github-bot bot added auto testing done Bot completed automated testing and removed auto testing started Bot started automated testing labels Oct 16, 2019
@openfin-github-bot openfin-github-bot bot added auto testing started Bot started automated testing and removed auto testing done Bot completed automated testing labels Oct 16, 2019
@openfin-github-bot
Copy link

9a2a86d

Git

  • core: develop <= RUN-5538_findInPage (780d860)
  • js-adapter: develop <= RUN-5538_findInPage (9a2a86d)
  • javascript-adapter: develop

Asars used for testing

Test results

@openfin-github-bot openfin-github-bot bot added auto testing done Bot completed automated testing and removed auto testing started Bot started automated testing labels Oct 16, 2019
@luiemilio luiemilio closed this Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

auto testing done Bot completed automated testing cla-present

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants