Posts by Alfredo Jamil • 1 point
5 posts
-
0
votes1
answer47
viewsA: Wrong location with Chrome and Firefox
I found the problem: on the computer I’m using, the scaling adjustment and layout of the video was at 125%, as recommended. This change caused the driver to capture the deposicionated coordinates…
-
0
votes2
answers312
viewsA: Selenium sendkey sending unspecified text in the textbox - C#
At Paulo’s suggestion, I added a click before sending the data. For some situations, this solved and for others the alternative was to use the sending of data via javascript: var valor_enviado =…
-
-1
votes2
answers312
viewsQ: Selenium sendkey sending unspecified text in the textbox - C#
When using the Sendkeys function in Selenium, the value sent to the textbox is dropped. This happens for both Chrome and Firefox. Ex.: I’m sending the value 123456789 to the textbox field and it’s…
-
0
votes1
answer47
viewsQ: Wrong location with Chrome and Firefox
I’m capturing the Location of an image element. When I search for Phantom, it brings the correct X/Y coordinates, but if I do it through Chrome or Firefox, it gives another Location and then I can’t…
-
-1
votes1
answer99
viewsQ: Find widget from code
I have a table with several lines and in a column x I have a href containing what I need to click, but in this href only a gif is placed and so I can not capture by Partiallinktext. Is there any way…