Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Fix incorrect None attribute values #10

Merged
merged 3 commits into from
Nov 12, 2020
Merged

Fix incorrect None attribute values #10

merged 3 commits into from
Nov 12, 2020

Conversation

outcatcher
Copy link
Owner

No description provided.

Add StaleElementReferenceException handling to _search_in_context

Remove conversion to string in get_attribute
Both .element and .elements are lazy methods, not using actual WebElement
@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #10 (defe9d6) into master (1e9b8c2) will decrease coverage by 0.50%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   96.08%   95.58%   -0.51%     
==========================================
  Files          11       11              
  Lines         537      543       +6     
  Branches       37       38       +1     
==========================================
+ Hits          516      519       +3     
- Misses         15       17       +2     
- Partials        6        7       +1     
Impacted Files Coverage Δ
pyasli/elements/locators.py 96.55% <40.00%> (-3.45%) ⬇️
pyasli/elements/elements.py 98.46% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e9b8c2...defe9d6. Read the comment docs.

@outcatcher outcatcher merged commit 88b628b into master Nov 12, 2020
@outcatcher outcatcher deleted the fix/none-attr branch November 12, 2020 13:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant