Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/improve autocomplete js #18552

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on May 13, 2020

  1. brought back FormInputSubmitStrategy, better alghoritm of discovering…

    … username input and login button
    Q-back committed May 13, 2020
    Configuration menu
    Copy the full SHA
    50cb5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a5d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e04104f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389646d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52b8f39 View commit details
    Browse the repository at this point in the history
  6. fix after rebase

    Q-back committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2192ca5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    1723b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81b71d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. fix iterate error in frame manager, don't kill chrome in autocomplete…

    …_js.has_active_session if chrome belongs to outer scope
    Q-back committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d4b6531 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    25a1125 View commit details
    Browse the repository at this point in the history
  2. sometimes login button doesn't contain 'log' characters in it's text,…

    … so we return all buttons in parent node
    Q-back committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    888eea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    27ede04 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. fix error when user provides CSS selectors with quotes. Slightly bett…

    …er exception handling during js login process
    Q-back committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    5854763 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. fix error when empty list was returned by querySelectorAll to Instrum…

    …entedChrome.focus() method
    Q-back committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    8d520bc View commit details
    Browse the repository at this point in the history