Nosferican / WebDriver.jl

A WebDriver / JSON Wire Protocol Binding Compatible with Selenium for the Julia Language.
https://nosferican.github.io/WebDriver.jl/dev/
ISC License
42 stars 12 forks source link

Updating WC3 #20

Closed Nosferican closed 1 year ago

Nosferican commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #20 (c913f75) into master (ba57ea4) will decrease coverage by 8.38%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   81.66%   73.27%   -8.39%     
==========================================
  Files          57       57              
  Lines         289      348      +59     
==========================================
+ Hits          236      255      +19     
- Misses         53       93      +40     
Impacted Files Coverage Δ
src/01_structs/04_WebDriver.jl 100.00% <ø> (ø)
src/02_commands/06_Documents/02_Execute_Script.jl 100.00% <ø> (ø)
...s/05_Elements/02_State/02_Get_Element_Attribute.jl 100.00% <100.00%> (ø)
...ds/05_Elements/02_State/03_Get_Element_Property.jl 100.00% <100.00%> (ø)
src/01_structs/07_Errors.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/02_commands/07_Cookies/03_Add_Cookie.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/02_commands/07_Cookies/01_Get_All_Cookies.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/02_commands/07_Cookies/02_Get_Named_Cookie.jl 0.00% <0.00%> (-100.00%) :arrow_down:
...rc/02_commands/08_User_Prompts/01_Dismiss_Alert.jl 0.00% <0.00%> (-100.00%) :arrow_down:
...02_commands/07_Cookies/04_Delete_Cookie_Opt_All.jl 0.00% <0.00%> (-71.43%) :arrow_down:
... and 50 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

DiracM commented 1 year ago

Hi Nosferican great work with the package. I wanted to start working with Selenium on Julia, do you think it's ok to use it even tough it didn't get 100% in the codecov/project test?