selenium icon indicating copy to clipboard operation
selenium copied to clipboard

Remove HTML 5 functionality helper code

Open titusfortner opened this issue 4 years ago • 13 comments

Feature and motivation

This is ApplicationCache, WebStorage, & LocationContext

Usage example

#10344

titusfortner avatar Feb 24 '22 18:02 titusfortner

Hi Titus, any suggestions on how to solve the problem with the MoveToElement method, please?

MarianKral avatar Mar 04 '22 13:03 MarianKral

I think what needs to be decided here is how we are handling all of the HTML5 functionality across all the languages.

Next step is essentially an inventory of which of the storage/cache/location things are being supported by JS and which have been removed and decide which direction we want for all of the bindings.

titusfortner avatar Jul 20 '22 13:07 titusfortner

@titusfortner what do we do in the short term? driver.application_cache simply raises and exception right now and will not work in the python side - do we remove it (it's already deprecated) until we come up with the above and possibly implement something else?

symonk avatar Sep 04 '22 16:09 symonk

Next step was to figure out which languages marked as deprecated, which removed and which implemented them in JS.

Then we figure out how they should be done in all of them.

titusfortner avatar Sep 04 '22 18:09 titusfortner

More accurately this should be discussing the HTML functionality that was added back in 2015

ApplicationCache, WebStorage, & LocationContext

Need to inventory which languages have methods pointing to outdated endpoints, which ones have re-implemented with JS and which have deleted them.

titusfortner avatar Sep 14 '22 06:09 titusfortner

Per TLC Meeting:

@diemol will list the changes that need to be done in the bindings and then deprecate/remove them

titusfortner avatar Nov 23 '22 19:11 titusfortner