Hello everyone,
I'm looking location of Module Proxy for Browser in BAS. Where is location of that? Can i custom the default Proxy module for Browser in Bas?
@Pavel-Duglas-Bas Does this module support telegram login on https://web.telegram.org?
When login enter phone number, it will need code to enter, how can I get this code from stored tdata or session file?
Thank you.
HI @support , I have tried below Xpaths with using Xpath-Module but didn't get any value.
//div[@class="hyper"]/following-sibling::span
//div[@class="trend"]//div/span[@class="digital"]
//[local-name()='svg' and @data-icon='home']/[local-name()='path']
By the way, above all Xpaths worked with "Get Element Text" block and returned the correct value.
Xpath Module don't support following-sibling and local-name() for SVG elements?
I managed to do it by splitting the proxy and port in to there own variables and adding the : in the proxy mod [[PROXY]]:[[PORT]] which pulled the proxy and port back together, i`ll try what you've suggested too.