@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')]
how can i launch system browser with actions in bas
@lostwing2012 said in how can i launch system browser with actions in bas:
how can i launch system browser with actions in bas
This can't be done
You can do it with run process action.
This is fox example of it lol >
@GaG said in how can i launch system browser with actions in bas:
You can do it with run process action.
This is fox example of it lol >
I may have misunderstood his question