@Hifive said in Xpath does not work with Mobile browser:
xpath> //a[contains(@ref, 'contact')]
Maybe "href" instead of "ref" >>>
xpath> //a[contains(@href, 'contact')]
Hi, I tried to import csv file separated with values separated with ":" correctly, but it is reading only 1st column and other columns as 0, screenshot : http://storage3.static.itmages.com/i/17/0712/h_1499873579_2444512_c99a13bc61.png
please tell me how to solve this problem ?