Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Sign InSign Up

Softans

Softans Logo Softans Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
Home/selenium

Softans Latest Questions

Naveen Kumar
Naveen Kumar
Asked: October 19, 2022

raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error:

raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:52957 from chrome not reachable Stacktrace: Backtrace: Ordinal0 [0x00891ED3+2236115] Ordinal0 [0x008292F1+1807089] Ordinal0 [0x007365C0+812480] Ordinal0 [0x0072C08A+770186]

seleniumwebdriverexception
  • 0
  • 0 0 Answers
  • 19 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: August 18, 2022

Failed to read descriptor from node connection: A device attached to the system is not functioning.

DevTools listening on ws://127.0.0.1:61318/devtools/browser/12403271-5ad8-4a14-a37b-f4e1271e51bf .[6852:16124:0818/145650.144:ERROR:ssl_client_socket_impl.cc(983)] handshake failed; returned -1, SSL error code 1, net_error -107 [6852:16124:0818/145652.571:ERROR:ssl_client_socket_impl.cc(983)] handshake failed; returned -1, SSL error code 1, net_error -107 [20040:12244:0818/145658.997:ERROR:device_event_log_impl.cc(214)] [14:56:58.997] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection: A device attached to the system ...

pythonselenium
  • 0
  • 0 0 Answers
  • 26 Views
  • 0 Followers
Answer
Naveen Kumar
Naveen Kumar
Asked: August 18, 2022

FAILED test_main.py::test_visit – selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: invalid locator

FAILED test_main.py::test_visit – selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: invalid locator

selenium
  • 0
  • 0 0 Answers
  • 23 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: August 18, 2022

FAILED test_main.py::test_visit – AttributeError: ‘WebElement’ object has no attribute ‘sendKeys’

FAILED test_main.py::test_visit – AttributeError: ‘WebElement’ object has no attribute ‘sendKeys’

pytestseleniumsendkeys
  • 0
  • 0 0 Answers
  • 12 Views
  • 0 Followers
Answer
Naveen Kumar
Naveen Kumar
Asked: August 18, 2022

AttributeError: ‘WebDriver’ object has no attribute ‘find_element_by_name’

pytestseleniumwebdriver
  • 0
  • 1 1 Answer
  • 24 Views
  • 0 Followers
Answer
Anonymous
Anonymous
Asked: August 17, 2022

java.lang.NoSuchMethodError: ‘java.lang.Object org.openqa.selenium.support.PageFactory.initElements

java.lang.NoSuchMethodError: ‘java.lang.Object org.openqa.selenium.support.PageFactory.initElements(org.openqa.selenium.WebDriver, java.lang.Class)’

javaseleniumtestng
  • 0
  • 0 0 Answers
  • 26 Views
  • 0 Followers
Answer
Gary Christan
Gary Christan
Asked: August 15, 2022

java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 0

java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 0at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:359) at java.base/java.util.ArrayList.get(ArrayList.java:427) at Objects.MailinatorPage.visitMailinator(MailinatorPage.java:125) at Test_Scenarios.SearchScenarios.PS_01_User_Login(SearchScenarios.java:45) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at ...

seleniumtestng
  • 0
  • 0 0 Answers
  • 27 Views
  • 0 Followers
Answer
Naveen Kumar
Naveen Kumar
Asked: August 10, 2022

Selenium Script is not routing to other links/tabs on live servers.

I am using selenium Webdiver with TestNG. My script is working fine on local machines and builds are successful but whenever I deploy it on sever ,it doesn’t routing/navigating  to other pages there. What may be the issue?

bamboojavajenkinsmavenseleniumserverwebdriver
  • 1
  • 0 0 Answers
  • 36 Views
  • 0 Followers
Answer
Anonymous
Anonymous
Asked: August 5, 2022

invalid element state: Element is not currently interactable and may not be manipulated

org.openqa.selenium.InvalidElementStateException: invalid element state: Element is not currently interactable and may not be manipulated

invalidelementstateexceptionseleniumwebdriver
  • 0
  • 0 0 Answers
  • 10 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: August 3, 2022

Access element by placeholder in selenium webdriver

<input _ngcontent-yho-c61="" placeholder="Current Password" type="password" required="" class="mb-3 login_input">

javalocatorsseleniumwebdriver
  • 0
  • 0 0 Answers
  • 24 Views
  • 0 Followers
Answer
1 2 3

Sidebar

Ask A Question
  • Popular
  • Answers
  • Ghulam Nabi

    Why are the British confused about us calling bread rolls ...

    • 5 Answers
  • Jerry

    Add file to native target programmatically via tuist/XcodeProj

    • 4 Answers
  • Ghulam Nabi

    Is this statement, “i see him last night” can be ...

    • 4 Answers
  • Ghulam Nabi
    Ghulam Nabi added an answer It seems like you're encountering a problem with your SQL… February 6, 2023 at 6:13 am
  • Ghulam Nabi
    Ghulam Nabi added an answer To add code coverage to a React project created without… February 3, 2023 at 7:01 am
  • Ghulam Nabi
    Ghulam Nabi added an answer You could try using the NetworkBoundResource architecture pattern. The idea… February 3, 2023 at 6:53 am

Trending Tags

android c++ cypress flutter java javascript python selenium testng webdriver

Top Members

Robert

Robert

  • 3 Questions
  • 1k Points
Luci

Luci

  • 5 Questions
  • 1k Points
Kevin O Brien

Kevin O Brien

  • 2 Questions
  • 1k Points

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Softans

Softans is a social questions & Answers Engine which will help you establish your community and connect with other people.

About Us

  • Blog
  • Jobs
  • About Us
  • Meet The Team
  • Contact Us

Legal Stuff

Help

Follow

© 2021 Softans. All Rights Reserved
With Love by Softans.