Update Shadow DOM methods and style guide implementation
- Include
timeoutvalues for Shadow DOM methods:
-- The automatic waiting now works more accurately with::shadowselectors. - Update
flake8style guide implementation:
--ignore=W503,W504(line break before or after binary operators) - Refresh Python dependencies:
--fasteners==0.17.3;python_version>="3.6"