issues
search
yashaka
/
NSelene
Consise API to Selenium for .Net (the port of Selene in python / Selenide in Java)
MIT License
68
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix test instability related to timers
#104
wjgerritsen-0001
opened
1 month ago
6
#90: refactored collection index to not use Should(Have.Count(...)
#103
wjgerritsen-0001
closed
2 days ago
1
change platform to ubuntu
#102
rina-tenitska
closed
2 months ago
0
fix tests on CI (related to cross platform rendering of multiline messages)
#101
yashaka
closed
2 months ago
4
ensure in tests that assert error messages we have Assert.fail after Act
#100
yashaka
opened
2 months ago
5
ensure basic support of Appium
#99
yashaka
opened
2 months ago
0
#97: Add Configurtion.WindowWidth and Configuration.WindowHeight
#98
davespoon
opened
8 months ago
0
Add Configuration.WindowWidth & Configuration.WindowHeight
#97
yashaka
opened
9 months ago
0
extend Have.Attribute(name, value) to more cases #83
#96
davespoon
closed
9 months ago
0
#63: Add Configuration.BaseUrl
#95
davespoon
closed
9 months ago
4
Setting a timeout for each individual element
#94
bughunterqa
closed
2 years ago
2
Add support for Selenium 4
#93
daniilkulikov
closed
2 years ago
2
Consider combining conditions on distinct elements: OR, AND, XOR
#92
wjgerritsen-0001
closed
2 years ago
5
ShouldNot does take <timeout> seconds when executed on an element which parent does not exist.
#91
wjgerritsen-0001
closed
3 years ago
3
refactor Should(Have.Count(index+1)) built into collection[index]
#90
yashaka
closed
2 days ago
3
add condition Be.Overlapped
#89
yashaka
opened
3 years ago
0
element.JsSetValue as extension does not wait, element.With(setValueByJs: true).SetValue waits ... o_O How to deal with thet?
#88
yashaka
opened
3 years ago
0
add test for Configuration._HookWaitAction
#87
yashaka
opened
3 years ago
0
build automatic scroll into view by js into WaitForNoOverlapFoundByJs for commands based on Actions (like double click, hover, etc.)
#86
yashaka
opened
3 years ago
0
Configuration.waitForNoOverlayByJs vs waitByJsForNotOverlapped vs waitForNotOverlappedViaJs
#85
yashaka
closed
3 years ago
7
render in error not just overlapping element (the overlay one), but also the element that is overlapped
#84
yashaka
closed
3 years ago
1
extend Have.Attribute(name, value) to more cases
#83
yashaka
closed
9 months ago
6
consider changing .not Attribute(value = «initial») to .Not(Attribute(value = «initial»)) in error message
#82
yashaka
opened
3 years ago
0
Somewhen in Future do a retrospective for current S("#foo").JsClick() as extension and consider S("#foo").Perform(Command.Js.Click())
#81
yashaka
opened
3 years ago
0
think on some way to customize some non-standard actions like "select in dropdown"
#80
yashaka
opened
3 years ago
0
Condsider adding Configuration.DriverSource as default delegate/func to call when initilizing driver
#79
yashaka
opened
3 years ago
0
Consider implementing something like collection.IndexOfElementBy(condition)
#78
yashaka
opened
3 years ago
0
Shadow DOM PoC
#77
OlegZarevych
opened
3 years ago
0
consider adding Configuration.ClickBeforeSetValue, Configuration.ClickBeforeType
#76
yashaka
opened
3 years ago
0
Fix Memory leaked webdriver on parallel run of nselene tests in latest master
#75
yashaka
closed
3 years ago
2
consider adding as extensions to support namespace things like Overwrite via Ctrl/Command + A + keys
#74
yashaka
opened
3 years ago
1
add in_2021.svg
#73
aleksandr-kotlyar
closed
3 years ago
0
fix path to traffic badges: traffic-NSelene
#72
aleksandr-kotlyar
closed
3 years ago
0
Github traffic statistics to badge
#71
aleksandr-kotlyar
closed
3 years ago
0
It is possible to add some SelectElement wrapper?
#70
NahrebetskyiPavel
opened
4 years ago
1
Can we provide some type of hook to place a custom smart "wait for progress loading"?
#69
yashaka
opened
4 years ago
0
Make locattors loggin in error messages cleaner, remove junk like SeleneDriver, By Selene, etc....
#68
yashaka
opened
4 years ago
0
Add Hooks to be able to integrate with Allure Reports
#67
yashaka
opened
4 years ago
0
Task 59 : add SeleneCollection_Enumerable_ShouldReturnFirst as example
#66
OlegZarevych
closed
3 years ago
0
Fluent Assertions for NSelene
#65
yashaka
closed
4 years ago
3
First proposal to have Fluent Assertions for NSelene
#64
wjgerritsen-0001
closed
4 years ago
2
Add Configuration.BaseUrl
#63
yashaka
closed
9 months ago
0
Add contributing section to readme
#62
davespoon
closed
4 years ago
0
Merge pull request #1 from yashaka/master
#61
davespoon
closed
4 years ago
1
Create dotnet-core.yml
#60
OlegZarevych
closed
4 years ago
0
cover with tests the SeleneCollection features as being Enumerable, e.g. Linq's `.First` method, etc.
#59
yashaka
closed
3 years ago
1
add contributing section to readme
#58
yashaka
closed
4 years ago
2
add shadow dom support
#57
yashaka
opened
4 years ago
0
add JsType and JsSetValue extensions for SeleneElement
#56
yashaka
opened
4 years ago
0
setup CI for NSelene
#55
yashaka
closed
4 years ago
2
Next