Petrisor Ionel
Petrisor Ionel
Hi @mherrmann @abhijitmamarde any news?
I just ran the tests on selenium==4.1.0 and I see some failing tests. ``` ---------------------------------------------------------------------- Ran 59 tests in 129.253s FAILED (failures=1, errors=33) Test failed: error: Test failed: ``` The...
it will be done in https://github.com/mherrmann/selenium-python-helium/pull/78
@dntzbgh it is almost done here #78 but I'm not sure about these 4 failing tests. By my guest to have a look and maybe you can find a better...
@mherrmann please don't merge. still trying to fix 4 failing tests and 1 warning. ``` selenium-python-helium\helium\_impl\__init__.py:110: DeprecationWarning: executable_path has been deprecated, please pass in a Service object result = Chrome(...
@mherrmann it is a way that I can run the tests without headless option?
@mherrmann maybe you have an idea how to fix these ones (on Chrome) ``` ====================================================================== FAIL: test_click_top_left (tests.api.test_point.PointTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "\desktop\github\selenium-python-helium\tests\api\test_point.py", line 43, in test_click_top_left...
Firefox failing tests. ``` ====================================================================== ERROR: test_interact_with_found_elements (tests.api.test_find_all.FindAllTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "\desktop\github\selenium-python-helium\tests\api\test_find_all.py", line 31, in test_interact_with_found_elements id_ = text_field.web_element.get_attribute('id') File "\Desktop\GitHub\selenium-python-helium\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 155, in get_attribute attribute_value...
@mherrmann for selenium==3.141.0 and geckodriver=0.26.0 there are the same failing tests as for selenium==4.1.0 and geckodriver=0.30.0 - test_access_attributes_across_iframes (tests.api.test_iframe.IframeTest), test_interact_with_found_elements (tests.api.test_find_all.FindAllTest). but when I run them separately they pass without...
@mherrmann seams to be an issue on Selenium side, I tried the same scenario with selenium==4.1.0 and seams to fail. you can see this example in the code in tests.api.test_point.PointTest.test_click_top_left_selenium...