pyautoTest icon indicating copy to clipboard operation
pyautoTest copied to clipboard

conftest中的 from py.xml import html 这个包是导入的什么插件 总是报错 我找了半天没找到答案

Open liutan102 opened this issue 5 years ago • 2 comments

import os import pytest from py.xml import html from selenium import webdriver from selenium.webdriver import Remote from selenium.webdriver.chrome.options import Options as CH_Options from selenium.webdriver.firefox.options import Options as FF_Options from config import RunConfig

liutan102 avatar May 13 '20 06:05 liutan102

我也是这个情况,网上找遍了也不知道咋解决

CooyNinjia avatar May 24 '20 11:05 CooyNinjia

运行不报错就好了,不要纠结于 pycharm 的提示。

defnngj avatar May 28 '20 14:05 defnngj