Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / KnowledgeExpert/selenidejs issues and pull requests
#140 - Bump follow-redirects from 1.15.2 to 1.15.6
Pull Request -
State: open - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#139 - Bump follow-redirects from 1.15.2 to 1.15.4
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies
#138 - edit perform.js.type, add test
Pull Request -
State: closed - Opened by rina-tenitska about 1 year ago
#137 - perform.js.type doesn't work, when value is null
Issue -
State: open - Opened by rina-tenitska about 1 year ago
- 1 comment
#136 - consider adding by.script as shortcut to {script: ...}
Issue -
State: open - Opened by yashaka almost 2 years ago
#135 - consider removing perform from selenidejs exports
Issue -
State: open - Opened by yashaka over 2 years ago
#134 - refactor according recommendations from https://typescript-eslint.io/rules/no-namespace/
Issue -
State: open - Opened by yashaka over 2 years ago
#133 - since we can call element.executeScript, it's now make sense to allow element.should(have.jsReturned(result, script, args)
Issue -
State: open - Opened by yashaka over 3 years ago
- 1 comment
#132 - How to select an option in select element?
Issue -
State: closed - Opened by ErmolaevNV over 3 years ago
- 6 comments
#131 - Version 1.3.2 broke my xpath selector
Issue -
State: closed - Opened by ErmolaevNV about 4 years ago
- 9 comments
#130 - 128 - shadow dom support
Pull Request -
State: closed - Opened by alex-popov-tech over 4 years ago
#129 - add ability to search by js, extend executeScript possibilities
Pull Request -
State: closed - Opened by alex-popov-tech over 4 years ago
#128 - add shadowDom support
Issue -
State: closed - Opened by alex-popov-tech over 4 years ago
#127 - add by.js locator
Issue -
State: closed - Opened by alex-popov-tech over 4 years ago
#126 - consider adding browser.all(selector).index_of_element_by(condition)
Issue -
State: open - Opened by yashaka over 4 years ago
- 3 comments
Labels: not sure
#125 - Bump handlebars from 4.1.2 to 4.5.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
Labels: dependencies
#124 - fix #118
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#123 - fix #117
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#122 - fix #113 adjust conditions arguments
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#121 - add browser.get(its.screenshot) and element.get(its.screenshot)
Issue -
State: open - Opened by alex-popov-tech about 5 years ago
#120 - fix unstable error irregullary happening while asserting conditions that uses functions from predicates.ts
Issue -
State: open - Opened by alex-popov-tech about 5 years ago
#119 - fix #114
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#118 - add methods for mapping collection to inner elements
Issue -
State: closed - Opened by alex-popov-tech about 5 years ago
- 1 comment
#117 - add to condition have.attrubute 'values' method which will create collection condition
Issue -
State: open - Opened by alex-popov-tech about 5 years ago
#116 - make collection.should be able to accept ElementCondition
Issue -
State: open - Opened by alex-popov-tech about 5 years ago
#115 - add element.get(its.executeScript(...)) and element.perform(its.executeScript(...))
Issue -
State: open - Opened by alex-popov-tech about 5 years ago
#114 - make element, browser and collection configurations exposed to outside
Issue -
State: closed - Opened by alex-popov-tech about 5 years ago
#113 - improve have.text to accept regexp
Issue -
State: closed - Opened by alex-popov-tech about 5 years ago
#112 - Usefull stacktraces
Issue -
State: closed - Opened by alex-popov-tech about 5 years ago
- 2 comments
#111 - fix readme reference
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#110 - update readme
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#109 - update typedoc dependency
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#108 - update chromedriver
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#107 - update husky
Pull Request -
State: closed - Opened by alex-popov-tech about 5 years ago
#106 - browser.resizeWindow vs driver.setRect - align API
Issue -
State: open - Opened by yashaka over 5 years ago
#105 - update .setValue to .type in examples a /lib/index.ts
Issue -
State: closed - Opened by yashaka over 5 years ago
#104 - change setValue -> type in readme examples
Pull Request -
State: closed - Opened by alex-popov-tech over 5 years ago
#103 - update dependencies and add husky
Pull Request -
State: closed - Opened by alex-popov-tech over 5 years ago
#102 - add possibility to ignore some test
Issue -
State: closed - Opened by olehdutko over 5 years ago
- 1 comment
Labels: invalid
#101 - Browser element click() should direct to element, not click on set coordinates.
Issue -
State: closed - Opened by Bosies over 5 years ago
- 2 comments
#100 - consider reading defaults for browser configuration from predefined system variables like SELENIDEJS_BASE_URL
Issue -
State: closed - Opened by yashaka over 5 years ago
- 4 comments
Labels: not sure
#99 - update dependencies
Pull Request -
State: closed - Opened by alex-popov-tech over 5 years ago
#98 - should have texts fails with unclear message in case of "empty list" found by browser.all
Issue -
State: open - Opened by yashaka over 5 years ago
- 1 comment
#97 - New not syntax for conditions (and conditions as objects over functions)
Pull Request -
State: closed - Opened by yashaka over 5 years ago
- 1 comment
#96 - do we need condition.asPredicate?
Issue -
State: open - Opened by yashaka over 5 years ago
- 1 comment
#95 - do we need condition.as(described)?
Issue -
State: open - Opened by yashaka over 5 years ago
Labels: not sure, future
#94 - add assertion hooks and test
Pull Request -
State: closed - Opened by alex-popov-tech over 5 years ago
#93 - add element.precedingSibling
Issue -
State: open - Opened by yashaka over 5 years ago
#92 - conditions implementation 2.0: move from lambdas to classes for cond1.or(cond2) add have.no.* & be.not.*
Issue -
State: closed - Opened by yashaka over 5 years ago
- 1 comment
#91 - improve code delivery fixed #56
Pull Request -
State: closed - Opened by alex-popov-tech over 5 years ago
- 1 comment
#90 - use element.type instead of element.setValue in main examples in README.md
Issue -
State: open - Opened by yashaka over 5 years ago
- 1 comment
#89 - move todos from code to issues
Issue -
State: open - Opened by yashaka over 5 years ago
#88 - Rename Browser.drivedBy
Issue -
State: closed - Opened by vgrigoruk over 5 years ago
- 3 comments
#87 - consider add browser.setCookie
Issue -
State: open - Opened by alex-popov-tech over 5 years ago
#86 - consider adding entity.shouldMatch alias for should
Issue -
State: open - Opened by yashaka over 5 years ago
#85 - do we need element.visibleElement(cssXpathOrBy) ?
Issue -
State: closed - Opened by yashaka over 5 years ago
- 3 comments
Labels: not sure
#84 - consider building in the filteredBy(be.visible) into collection (maybe make it optionable)
Issue -
State: open - Opened by yashaka over 5 years ago
- 1 comment
Labels: not sure
#83 - do we need element.elementBy(condition) as shortcut for element.all('*').elementBy(condition)
Issue -
State: open - Opened by yashaka over 5 years ago
- 1 comment
Labels: not sure
#82 - do we need element.followingSiblingBy(tag: string, predicateOrCondition: string | Condition)?
Issue -
State: open - Opened by yashaka over 5 years ago
Labels: not sure
#81 - collection.first vs collection.first() ?
Issue -
State: open - Opened by yashaka almost 6 years ago
- 5 comments
#80 - Update README.md. Fix the wrong links and typos.
Pull Request -
State: closed - Opened by elaichenkov almost 6 years ago
- 1 comment
#79 - fixe wrong link and typos in README file for version 1.0.0
Issue -
State: closed - Opened by elaichenkov almost 6 years ago
#78 - consider adding Entity.do(getQueryOrPerfrormCommand)
Issue -
State: open - Opened by yashaka almost 6 years ago
#77 - consider adding element.visibleElement
Issue -
State: open - Opened by yashaka almost 6 years ago
#76 - consider adding element.press(key.enter) alias for .type(key.enter)
Issue -
State: open - Opened by yashaka almost 6 years ago
#75 - do we need make mixture of Element + Promise, same way as Selenium WebDriver does somewhere to simulate normal flow
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: not sure, future
#74 - add deleteLocalStorageEntry(byKey: string) and deleteSessionStorageEntry (decide also on deleteCookie name)
Issue -
State: open - Opened by yashaka almost 6 years ago
- 1 comment
#73 - Do we really need screenshots and pageSources to be saved in some folders on each Folder and added to error message?
Issue -
State: open - Opened by yashaka almost 6 years ago
#72 - Add methods to work with alerts
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: after 1.0
#71 - Add onFailureHooks
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: after 1.0, important
#70 - browser.back vs browser.navigateBack vs browser.navigate.back()
Issue -
State: open - Opened by yashaka almost 6 years ago
- 1 comment
#69 - Consider adding element.switchToFrame()
Issue -
State: open - Opened by yashaka almost 6 years ago
#68 - Add before and after actionHooks
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: after 1.0, important
#67 - Browser.attach(sessionId)
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: after 1.0, important
#66 - how does autocomplete work for SelenideJs API in pure JavaScript?
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: after 1.0
#65 - Consider implementing Conditions as classes/objects vs functions
Issue -
State: open - Opened by yashaka almost 6 years ago
Labels: after 1.0
#64 - naming for methods to call custom and available commands and queries
Issue -
State: open - Opened by yashaka almost 6 years ago
- 5 comments
#63 - naming for methods of element and collection to represent "inner element search"
Issue -
State: open - Opened by yashaka almost 6 years ago
#62 - proper name for Collection.getByIndex
Issue -
State: open - Opened by yashaka almost 6 years ago
#61 - define proper 'get text' behavior for element (should it return '' for text present in DOM but not visible?)
Issue -
State: open - Opened by yashaka almost 6 years ago
#60 - let's remove all text, isVisible, attribute, etc methods from Element.*
Issue -
State: open - Opened by yashaka almost 6 years ago
- 1 comment
#59 - Proper self-documented, correctly typed Condition implementation
Issue -
State: open - Opened by yashaka almost 6 years ago
- 3 comments
#58 - improve tutorial for windows users
Issue -
State: open - Opened by alex-popov-tech almost 6 years ago
#57 - change action retry mechanism
Issue -
State: closed - Opened by alex-popov-tech almost 6 years ago
- 2 comments
#56 - improve code delivery system
Issue -
State: closed - Opened by alex-popov-tech almost 6 years ago
#55 - add element.executeScript feature
Issue -
State: closed - Opened by alex-popov-tech about 6 years ago
#54 - refactoring, elements wrap, tutorial, title condition
Pull Request -
State: closed - Opened by alex-popov-tech about 6 years ago
- 1 comment
#53 - add 'return to back where it was' action for fullpage screenshot feature
Issue -
State: open - Opened by alex-popov-tech about 6 years ago
#52 - add access lazy element from lazy collection by operator []
Issue -
State: open - Opened by alex-popov-tech about 6 years ago
- 1 comment
Labels: not sure
#51 - Add Tutorial
Issue -
State: closed - Opened by doppelganger23 about 6 years ago
- 4 comments
#50 - add webdriver-manager to project to allow run tests locally
Issue -
State: closed - Opened by alex-popov-tech about 6 years ago
#49 - rename Browser.setDriver to Browser.initWith
Issue -
State: closed - Opened by alex-popov-tech about 6 years ago
#48 - add drag and drop method for element
Issue -
State: open - Opened by alex-popov-tech about 6 years ago
#47 - add chat link
Pull Request -
State: closed - Opened by alex-popov-tech about 6 years ago
- 1 comment
#46 - add contributing.md
Pull Request -
State: closed - Opened by alex-popov-tech about 6 years ago
- 1 comment
#45 - fixed #24
Pull Request -
State: closed - Opened by alex-popov-tech about 6 years ago
- 1 comment
#24 - remove exporting WebElementPromise from index.ts
Issue -
State: closed - Opened by yashaka over 6 years ago
Labels: code review
#15 - Configuration.timeout and .hardTimeout looks a bit not self-documented enough...
Issue -
State: closed - Opened by yashaka over 6 years ago
- 12 comments
Labels: code review, refine
#14 - driver.config vs Browser.config in default hooks (configuration.ts)
Issue -
State: closed - Opened by yashaka over 6 years ago
- 5 comments
Labels: code review
#12 - Configuration.screenshotPath or .screenshotsPath?
Issue -
State: closed - Opened by yashaka over 6 years ago
- 2 comments
Labels: code review