Posts by Tarek Vilela • 1 point
2 posts
-
0
votes1
answer204
viewsA: Error while trying to import pandas data into Jupyter Notebook
You can either do as Paul said, putting double inverted bars, or add one r before the string. temperaturasDasCidades =…
-
0
votes2
answers120
viewsA: Create a variable inside an xpath
You can format the xpath string. Examples: click_nfs = self.driver.find_element_by_xpath(f'//*[@id="j_id184:dados:{n}:j_id306"]') or click_nfs =…