Posts by Benedito Póvoa • 57 points
5 posts
-
0
votes1
answer368
viewsA: Extract a text from a <td> with Selenium + VBA
I succeeded using the following function: element = . Findelementbyxpath("//*[@id='divInfraAreaTabela']/table/tbody/tr[2]/td[3]"). Text declare a variable -> element extract the value of the…
-
-1
votes1
answer368
viewsQ: Extract a text from a <td> with Selenium + VBA
I am trying to extract the 'PRESI-VALEC' value from this element in Selenium, I thought to use Xpath as follows: .Findelementbyxpath("//a[contains(text(), 'PRESI-VALEC')]/table/tbody/tr[2]/td[3]"),…
-
-1
votes1
answer95
viewsQ: Error after updating PIP version - Python
i went to update the version of Pip on my machine and now when I go to install a library the following error appears: WARNING: pip is being invoked by an old script wrapper. This will fail in a…
-
1
votes2
answers599
viewsQ: Image size in the SVG
I am having difficulties to decrease the size of the star in my system, I have tried to take the width and height of the svg element, I have tried to put the 'viewbox', and so far I have not gotten…
-
5
votes2
answers71
viewsQ: When to use these commands?
What are the criteria I use to apply the commands getch(); , the return0; and the system("pause") at the end of a programme?
casked Benedito Póvoa 57