Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FlaUI/FlaUI.WebDriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: FlaUI/FlaUI.WebDriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 18 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    e07b9e1 View commit details
    Browse the repository at this point in the history
  2. Remove unused usings

    aristotelos committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    01716db View commit details
    Browse the repository at this point in the history
  3. Fix dependabot directory

    Attempt to fix dependabot, which is running daily but does not discover
    any projects:
    
    ```
      No dotnet-tools.json file found.
      No global.json file found.
      Discovering projects beneath [.].
      No project files found.
      Central Package Management is not enabled.
    ```
    aristotelos committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    062c062 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #65 from FlaUI/fix-dependabot-dir

    Fix dependabot directory
    aristotelos authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fa2f3a5 View commit details
    Browse the repository at this point in the history
  2. Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.3 in /src

    Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.6.2 to 6.7.3.
    - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
    - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: Swashbuckle.AspNetCore
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    39ebbda View commit details
    Browse the repository at this point in the history
  3. Bump Selenium.WebDriver from 4.21.0 to 4.23.0 in /src

    Bumps [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium) from 4.21.0 to 4.23.0.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](SeleniumHQ/selenium@selenium-4.21.0...selenium-4.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: Selenium.WebDriver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2ee5a3d View commit details
    Browse the repository at this point in the history
  4. Bump NUnit from 4.1.0 to 4.2.1 in /src

    Bumps [NUnit](https://github.com/nunit/nunit) from 4.1.0 to 4.2.1.
    - [Release notes](https://github.com/nunit/nunit/releases)
    - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
    - [Commits](nunit/nunit@4.1.0...4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e7deaaf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from FlaUI/dependabot/nuget/src/Swashbuckle.As…

    …pNetCore-6.7.3
    
    Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.3 in /src
    aristotelos authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2435d48 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #67 from FlaUI/dependabot/nuget/src/Selenium.WebDr…

    …iver-4.23.0
    
    Bump Selenium.WebDriver from 4.21.0 to 4.23.0 in /src
    aristotelos authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0342766 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #70 from FlaUI/dependabot/nuget/src/NUnit-4.2.1

    Bump NUnit from 4.1.0 to 4.2.1 in /src
    aristotelos authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    37a9ab3 View commit details
    Browse the repository at this point in the history
  8. Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](nunit/nunit3-vs-adapter@V4.5.0...V4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    43ea19e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #69 from FlaUI/dependabot/nuget/src/NUnit3TestAdap…

    …ter-4.6.0
    
    Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src
    aristotelos authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    755f41b View commit details
    Browse the repository at this point in the history
  10. Fix element interaction and screenshots for desktop sessions

    Commit 666feb6 fixed finding elements
    in desktop sessions (`Root` app), but not clicking on those elements
    or getting element properties, nor creating screenshots from the
    desktop. Adding support for those actions with this commit.
    aristotelos committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    89f2476 View commit details
    Browse the repository at this point in the history
  11. Fix test filename

    aristotelos committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eee2b2c View commit details
    Browse the repository at this point in the history
  12. Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /src

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.10.0...v17.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7c96990 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #72 from FlaUI/dependabot/nuget/src/Microsoft.NET.…

    …Test.Sdk-17.11.0
    
    Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /src
    aristotelos authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3e9587a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request #71 from FlaUI/fix-desktop-element-interaction

    Fix element interaction and screenshots for desktop sessions
    aristotelos authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    73db943 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from FlaUI/add-windows-extensions-debug-logging

    Add windows extensions debug logging
    aristotelos authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    35a97b7 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy