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

[WIP] Selenium3 support #222

Merged
merged 40 commits into from
Jan 5, 2017
Merged

[WIP] Selenium3 support #222

merged 40 commits into from
Jan 5, 2017

Conversation

vmi
Copy link
Owner

@vmi vmi commented Dec 13, 2016

  • Catch up Selenium 3.0.1.
  • Update dependency versions.
  • Re-implement the following commands for catching up Selenium 3.x. (Catch up Selenium 3.x #218)
    • addLocationStrategy
    • addSelection
    • allowNativeXPath
    • answerOnNextPrompt
    • assignId
    • attachFile
    • chooseCancelOnNextConfirmation
    • chooseOkOnNextConfirmation
    • close
    • createCookie
    • deleteAllVisibleCookies
    • deleteCookie
    • dragAndDrop
    • dragAndDropToObject
    • fireEvent
    • focus
    • goBack
    • refresh
    • removeAllSelections
    • removeSelection
    • selectElement
    • setCursorPosition
    • useXPathLibrary
    • windowFocus
    • (assert|verify|waitFor|store)AllButtons
    • (assert|verify|waitFor|store)AllFields
    • (assert|verify|waitFor|store)AllLinks
    • (assert|verify|waitFor|store)AllWindowTitles
    • (assert|verify|waitFor|store)Attribute
    • (assert|verify|waitFor|store)AttributeFromAllWindows
    • (assert|verify|waitFor|store)BodyText
    • (assert|verify|waitFor|store)Cookie
    • (assert|verify|waitFor|store)CookieByName
    • (assert|verify|waitFor|store)CursorPosition
    • (assert|verify|waitFor|store)ElementHeight
    • (assert|verify|waitFor|store)ElementIndex
    • (assert|verify|waitFor|store)ElementPositionLeft
    • (assert|verify|waitFor|store)ElementPositionTop
    • (assert|verify|waitFor|store)ElementWidth
    • (assert|verify|waitFor|store)Expression
    • (assert|verify|waitFor|store)HtmlSource
    • (assert|verify|waitFor|store)Location
    • (assert|verify|waitFor|store)SelectOptions
    • (assert|verify|waitFor|store)Table
    • (assert|verify|waitFor|store)Text
    • (assert|verify|waitFor|store)Title
    • (assert|verify|waitFor|store)Value
    • (assert|verify|waitFor|store)XpathCount
    • (assert|verify|waitFor|store)Checked
    • (assert|verify|waitFor|store)CookiePresent
    • (assert|verify|waitFor|store)Editable
    • (assert|verify|waitFor|store)ElementPresent
    • (assert|verify|waitFor|store)Ordered
    • (assert|verify|waitFor|store)Visible

@vmi vmi merged commit 20744b7 into master Jan 5, 2017
@vmi vmi deleted the selenium3-wip branch January 5, 2017 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant