Recent Discussions
Why is getting page source using Python + Selenium not working, association declined?
Hi Everyone, I'm using Selenium with Python to get the page source, but it's not working. My code is as follows: from selenium import webdriver browser = webdriver.Firefox() browser.get('https://p...39Views0likes0CommentsMultiple rows in a Test Case import always results in individual test case creation
Per the Help in QA Complete, I made sure the file structure for the csv import of the test cases was correct. Title, location etc all matched. The only differences were the Steps Sequence and the t...Solved1.2KViews0likes2Comments