Question: could you please help me with this problem i have working in this problem wich is need to test a website while i am doing

could you please help me with this problem

i have working in this problem wich is need to test a website

while i am doing it via pycharm

telling me there is a worng in my program

what sholud i do

 could you please help me with this problem i have workingin this problem wich is need to test a website while i

explain to me where Is the problem and why is not working on pycharm where spouse The code made it for for testing the website

from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys Bimport time # using firefox driver = webdriver.firefox # using web url driver.get("https://www.opencart.com") # select class name where is input box are present egement - driver.find_elemnts(By.CLASS_NAME, "text_field") | # find the number of outbox print(len(element)) # fill value in input box # fill value in input box driver.find_element_by_xpath(*//*[@id="RESULT_TextField-1"]').send_keys("praveen") driver.find_element_by_xpath('//*[@id="RESULT_TextField-2"] 9. send_keys ("Yadav") driver.find_element_by_xpath('//*[Qid="RESULT_TextField-3"] ').send_keys ("87871111"). C:\Users\admin PycharmProjects\python Project7\venv\scripts\python.exe C:/Users/admin/PycharmProjects/python Project7/main.py Traceback (most recent call last): File "C:\Users\admin\PycharmProjects\pythonProject7\main.py", line 1, in from selenium import webdriver5 ImportError: cannot import name 'webdriver5' from 'selenium' (C:\Users\admin PycharmProjects\pythonProject7\venv\lib\site-packages\selenium\_init__.py) Process finished with exit code 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!