COMMITS
/ cpp/iedriver/Element.cpp July 22, 2019
J
Updating IE to prep for refactor of element click point calculation
Jim Evans committed
July 18, 2019
J
Making IE driver work with <map> and <area> elements
Jim Evans committed
July 13, 2019
January 23, 2019
J
Fixing edge case for clicking element in IE
Jim Evans committed
January 18, 2019
J
IE driver code cleanup - moving #defines from header files
Jim Evans committed
January 2, 2019
J
Updating IE element obscured algorithm to handle shadow DOM polyfills
jimevans committed
December 31, 2018
J
Revert commit 2344ff1a for IE
Jim Evans committed
December 28, 2018
J
Removing isFocusable atom from sendKeys command in IE
Jim Evans committed
December 20, 2018
J
Tweaking IE driver obscured element algorithm
jimevans committed
December 19, 2018
J
Removing compile warnings for IE driver
jimevans committed
November 19, 2018
J
Updating IE scroll-into-view algorithm for element click
Jim Evans committed
November 11, 2018
J
Removing premature break statements in IE obscured element check
Jim Evans committed
October 12, 2018
J
Fixing retrieval of CSS properties that return non-string values in IE
Jim Evans committed
October 10, 2018
J
Cleaning up variant copying in getAttribute for IE
jimevans committed
J
Expanding inline element detection for obscured elements in IE
jimevans committed
October 8, 2018
J
Adding hack to obscured element check for label elements in IE
jimevans committed
October 3, 2018
J
Partially reverted updated obscured element check in IE
jimevans committed
September 18, 2018
J
Updating obscured element check for IE
jimevans committed
August 31, 2018
J
Updating IE driver for the case of clicking element with children
Jim Evans committed
J
Updating IE to properly find XML documents for element enabled and CSS values
Jim Evans committed
August 6, 2018
J
Truncating obscured element description to first angle bracket
Jim Evans committed
July 23, 2018
J
Fixed crashing bug in obscured element detection.
Jim Evans committed
June 23, 2018
J
Marking elements with 'pointer-events' style of 'none' as obscured in IE
Jim Evans committed
June 12, 2018
J
Use elementFromPoint for IE driver in determining obscured elements
Jim Evans committed
November 14, 2016
L
Adding HRESULT check in IE driver
larsiver committed
March 23, 2018
J
Fixing IE detection of obscured elements when top element is not displayed
Jim Evans committed
March 17, 2018
J
Fixing obscured element detection in IE for elements in frames
Jim Evans committed
J
Adding IsFocusable method to IE driver Element class
Jim Evans committed
March 13, 2018
J
Updating all C++ projects for the IE driver to use the Windows 8.1 SDK
Jim Evans committed
March 10, 2018
J
Adding detection of intercepted element clicks to IE
Jim Evans committed
February 23, 2018
J
Modifying mouse event handling to match W3C Specification
Jim Evans committed
February 22, 2018
J
Fixing getElementProperty to return proper data type.
Jim Evans committed
February 21, 2018
J
Renaming a method in IE driver's internals
Jim Evans committed
February 7, 2018
J
Making JavaScript execution asynchronous for executeScript in IE
Jim Evans committed
February 5, 2018
J
Refactoring IE element's parent document detection to be the focused doc
Jim Evans committed
J
Reverting IE driver stale element checks to previous behavior
Jim Evans committed
August 31, 2017
J
Updated IE driver to better support W3C WebDriver Specification
Jim Evans committed
February 22, 2017
J
Implementing W3C Specificiation compliance for IE driver
Jim Evans committed
February 14, 2017
J
Moving implementation code of IE driver command handlers from headers
Jim Evans committed
December 16, 2015
J
Refactoring of IE driver native events interaction code.
Jim Evans committed
April 29, 2015
J
Changing IE driver to allow interaction with elements where opacity = 0
Jim Evans committed
April 13, 2015
J
Copyright uniformity for C++ projects
Jim Evans committed
March 3, 2015
J
Adding W3C spec compliant element serialization to IE driver
Jim Evans committed
August 19, 2014
J
Cleaning up #includes in C++ code
Jim Evans committed
January 29, 2014
J
Modifying to use bot.dom.getOverflowState atom for element overflow.
Jim Evans committed
January 10, 2014
J
Update call of isDisplayed atom in IE to not ignore opacity.
Jim Evans committed
November 7, 2013
J
Refactoring detection of single-text-node child elements in IE.
Jim Evans committed
November 4, 2013
J
Refactoring notification of new showModalDialog windows.
Jim Evans committed
August 21, 2013
J
Take document mode into account when getting size of view port of IE.
Jim Evans committed
August 20, 2013
J
Refactored calculations to the size of the visible view port.
Jim Evans committed