Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / yashaka/selene issues and pull requests

#483 - Update `pymdown-extensions` to fix CVE-2023-32309

Issue - State: closed - Opened by hotenov over 1 year ago - 2 comments

#482 - Build(deps): Bump pymdown-extensions from 9.11 to 10.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 4 comments
Labels: dependencies

#481 - [#479] DOCS: Add reference page for configuration.py

Pull Request - State: closed - Opened by hotenov almost 2 years ago

#480 - CHORE: upgrade action versions

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 2 years ago

#479 - Add reference page for `core/configuration.py`

Issue - State: closed - Opened by hotenov almost 2 years ago - 1 comment
Labels: doc

#478 - `be.selected` condition checks for attribute `elementIsSelected`?

Issue - State: closed - Opened by dskard almost 2 years ago - 2 comments

#477 - CHORE: upgrade mypy action

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 2 years ago

#476 - [#447] NEW: Adding example for sleep before wait is used

Pull Request - State: open - Opened by vaibhavsahni009 almost 2 years ago - 3 comments

#475 - use pytest-parallel thread rather than process

Issue - State: open - Opened by zhupengfarmer almost 2 years ago - 3 comments

#474 - Add document 'How Selene Compares to Other Frameworks'

Issue - State: open - Opened by hotenov almost 2 years ago - 1 comment
Labels: doc

#473 - [#472] DOCS: Add How to use custom profile (FAQ page)

Pull Request - State: closed - Opened by hotenov almost 2 years ago

#472 - Add tutorial How to use Chrome webdriver with custom user profile

Issue - State: closed - Opened by hotenov almost 2 years ago - 1 comment
Labels: doc

#471 - [#459] DOCS: Documentation guides and initial structure

Pull Request - State: closed - Opened by hotenov almost 2 years ago

#470 - CHORE: test on python 3.11

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 2 years ago

#469 - CHORE: update actions, poetry.lock

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 2 years ago

#468 - STYLE: adapt to black

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 2 years ago - 1 comment

#467 - DOCS: actualize and beautify readme

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 2 years ago

#466 - Build(deps): Bump future from 0.18.2 to 0.18.3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#465 - Collection.matching(be.present) returns True if empty

Issue - State: open - Opened by SanKolts about 2 years ago - 1 comment

#464 - Build(deps): Bump setuptools from 65.3.0 to 65.5.1

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies

#463 - Build(deps): Bump certifi from 2021.10.8 to 2022.12.7

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 2 comments
Labels: dependencies

#461 - [#457] FIX: Upgrade webdriver-manager version for Apple M1 chips

Pull Request - State: closed - Opened by MatuMikey over 2 years ago - 5 comments

#460 - Consider adding @property last to the Collection class

Issue - State: open - Opened by roman-isakov over 2 years ago - 1 comment
Labels: not sure

#459 - Create style guide for DOCS files, Consider documentation structure

Issue - State: closed - Opened by hotenov over 2 years ago - 5 comments

#458 - [#456] DOCS: Re-organize docs using GitHub pages

Pull Request - State: closed - Opened by hotenov over 2 years ago - 2 comments

#456 - Docs for Selene? :D

Issue - State: closed - Opened by yashaka over 2 years ago - 12 comments

#455 - Do we need Github Discussions?

Issue - State: open - Opened by yashaka over 2 years ago

#452 - shared.config.browser_name naming?

Issue - State: open - Opened by yashaka over 2 years ago - 6 comments

#451 - review TODOs in CHANGELOG

Issue - State: open - Opened by yashaka over 2 years ago
Labels: 2.0-mandatory

#449 - alias for collection.collected(lambda element: element.element(selector)) ?

Issue - State: open - Opened by yashaka over 2 years ago - 7 comments
Labels: when-selene>2.0

#448 - collection.first_by as alias or substitution of collection.element_by?

Issue - State: open - Opened by yashaka over 2 years ago - 2 comments
Labels: when-selene>2.0

#447 - Add example of how to «hard-wait» (sleep) before any waiting command in Selene

Issue - State: open - Opened by yashaka over 2 years ago - 5 comments
Labels: help wanted, good first issue

#446 - deprecate browser.execute_script in favor of browser.driver.execute_script?

Issue - State: open - Opened by yashaka over 2 years ago - 2 comments
Labels: 2.0-mandatory

#445 - compare and align Selene API with Playwright as much as possible

Issue - State: open - Opened by yashaka over 2 years ago
Labels: 2.0-desired

#444 - consider config option to customize selene.Element.set(self, value)

Issue - State: open - Opened by yashaka over 2 years ago
Labels: when-selene>2.0

#443 - provide monkey patching examples to customize selene.Element.set(self, value) method

Issue - State: open - Opened by yashaka over 2 years ago
Labels: when-selene>2.0

#442 - consider adding attribute('name').values(*texts) collection condition

Issue - State: open - Opened by yashaka over 2 years ago
Labels: when-selene>2.0

#441 - consider adding tag param to by.text helper

Issue - State: open - Opened by yashaka over 2 years ago

#440 - consider adding have.first_texts and have.last_texts

Issue - State: open - Opened by yashaka over 2 years ago - 1 comment
Labels: 2.0-a-plus

#439 - consider a way to customize "locator description"

Issue - State: open - Opened by yashaka over 2 years ago - 8 comments
Labels: 2.0-desired

#438 - consider storing "raw selector" of locator to be able to log it as it is

Issue - State: open - Opened by yashaka over 2 years ago - 2 comments
Labels: 2.0-desired

#434 - consider forceful type conversion to str in have.value, have.text & co

Issue - State: closed - Opened by roman-isakov over 2 years ago - 2 comments
Labels: 2.0-desired

#433 - "and_" condition returns attribute error

Issue - State: open - Opened by SanKolts over 2 years ago - 1 comment

#432 - [#350] CHORE: delete [tool.semantic_release] config

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#431 - Add type checker [Mypy]

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago - 1 comment

#430 - [#348] CHORE: move .pylintrc into pyproject.toml

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#429 - cleanup linters.yml

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#428 - CHORE: .run/lint_black.sh now prints --diff

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#427 - Choose browser and options

Issue - State: closed - Opened by squuman over 2 years ago - 3 comments

#425 - CHORE: upgrade actions-poetry 2.1.0->2.1.6

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#424 - add information about support python 3.10 into readme.md

Issue - State: closed - Opened by Cludent over 2 years ago - 1 comment

#423 - NEW: add config._wait_decorator

Pull Request - State: closed - Opened by yashaka over 2 years ago

#422 - NEW: add "opera" and "edge" support for shared browser

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago - 1 comment

#420 - consider adding config.click_by_js

Issue - State: closed - Opened by yashaka over 2 years ago - 1 comment

#418 - How to upload file in Selene?

Issue - State: closed - Opened by yourstoryteller over 2 years ago - 1 comment
Labels: question

#417 - [#415] bump up webdriver-manager 3.5.4->3.7.0

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago - 2 comments

#416 - [#415] bump up webdriver-manager 3.5.4->3.7.0

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#415 - Bump dependency webdriver-manager to 3.7.0

Issue - State: closed - Opened by aleksandr-kotlyar over 2 years ago

#414 - [#393] test python 3.10 in ci github-actions

Pull Request - State: closed - Opened by aleksandr-kotlyar over 2 years ago - 1 comment

#413 - ensure pycodestyle linting passes

Issue - State: closed - Opened by yashaka over 2 years ago

#412 - Set a style property value via Selene

Issue - State: closed - Opened by amitaz3354 almost 3 years ago - 4 comments

#411 - New: Issue number 410 - Adding search by class name

Pull Request - State: closed - Opened by amitaz3354 almost 3 years ago - 1 comment

#410 - Find elements by class name

Issue - State: closed - Opened by amitaz3354 almost 3 years ago - 5 comments

#409 - gh #408 up webdriver-manager to 3.5.4

Pull Request - State: closed - Opened by aleksandr-kotlyar almost 3 years ago

#408 - Upgrade webdriver-manager to 3.5.4

Issue - State: closed - Opened by aleksandr-kotlyar almost 3 years ago

#407 - make helpers like on_error_return_false – project private

Issue - State: open - Opened by yashaka almost 3 years ago

#406 - browser management 2.0

Issue - State: open - Opened by yashaka almost 3 years ago
Labels: 2.0-mandatory

#405 - the legacy of `.should_not(...)`

Issue - State: open - Opened by dskard almost 3 years ago - 9 comments
Labels: 2.0-mandatory

#404 - consider porting SelenideElement.download as command.download

Issue - State: open - Opened by yashaka almost 3 years ago

#394 - How to check if browser is open or exit

Issue - State: open - Opened by braunman over 3 years ago - 2 comments

#393 - support python 3.10

Issue - State: closed - Opened by aleksandr-kotlyar over 3 years ago

#375 - support selenium 4.0

Issue - State: closed - Opened by ycwdaaaa over 3 years ago - 7 comments

#371 - Flaky test_type_waits_for_no_overlay

Issue - State: closed - Opened by aleksandr-kotlyar over 3 years ago - 1 comment

#370 - Pylint E1120 - new rule has found issues

Issue - State: closed - Opened by aleksandr-kotlyar over 3 years ago - 1 comment

#361 - [#359] TEST: improve tests structure

Pull Request - State: open - Opened by AnnaChupis over 3 years ago

#360 - [#358] TEST: improve tests structure

Pull Request - State: open - Opened by AnnaChupis over 3 years ago

#355 - Improved tests structure in files

Pull Request - State: open - Opened by Elena7788 over 3 years ago

#350 - do we yet need [tool.semantic_release] in the pyproject.toml?

Issue - State: closed - Opened by yashaka over 3 years ago - 2 comments

#349 - do we need some linter that also do some kind of type checking?

Issue - State: closed - Opened by yashaka over 3 years ago - 1 comment

#348 - can we and should we move .pylintrc to pyproject.toml?

Issue - State: closed - Opened by yashaka over 3 years ago - 1 comment

#331 - improve test structure for collection__indexed_element__lazy_search_test.py

Issue - State: open - Opened by rina-tenitska almost 4 years ago - 4 comments

#313 - improve tests structure (visibility and clearness of arrange/act/assert blocks)

Issue - State: open - Opened by yashaka almost 4 years ago - 7 comments
Labels: help wanted, good first issue

#292 - update Readme with snippets based comparison of selene vs selenium vs splinter

Issue - State: open - Opened by aleksandr-kotlyar almost 4 years ago - 4 comments
Labels: doc

#284 - consider aliases for getting actual webelement from browser.element('#foo')

Issue - State: closed - Opened by aleksandr-kotlyar about 4 years ago - 3 comments
Labels: considering

#262 - Pylint found issues 2021-01-07

Issue - State: closed - Opened by aleksandr-kotlyar about 4 years ago - 2 comments

#235 - implement normalise spaces in have.text, exact_text, texts, exact_texts

Issue - State: closed - Opened by yashaka about 4 years ago - 1 comment