Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2023-07-07 Thread natawic489
Question #686217 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/686217

natawic489 posted a new comment:
Assuming I am applying html textual style like beneath. its not working.
However, assuming I erase the a{font} style its turned out great.
See more detail from here; https://majorleaguecric.com/major-league-
cricket-teams/

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-27 Thread Anup K
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Anup K confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-27 Thread Anup K
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Status: Answered => Solved

Anup K confirmed that the question is solved:
Thanks RaiMan. I will catch you up for further issue. 
its solved my problem and got some way around of it.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-27 Thread Anup K
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Anup K posted a new comment:
Is there any way to train the font or any other approach. Please help.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-27 Thread Anup K
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Status: Answered => Open

Anup K is still having a problem:
If I am applying html font like below. its not working. But if I delete
the a{font} style its working fine.

Save below snippet as "fontStyle.html":





a {font-family:Tahoma, Verdana, Helvetica, 
sans-serif;font-weight:normal;font-size:11px;color:#003399;text-decoration:none}



HTML Links
HTML links are defined with the a tag:
https://www.w3schools.com; style="anchor">This is a link
https://www.w3schools.com;>Test
https://www.w3schools.com;>test2
https://www.w3schools.com;>test3
https://www.w3schools.com;>test4
https://www.w3schools.com;>test5
https://www.w3schools.com;>Sports
https://www.w3schools.com;>News
https://www.w3schools.com;>NewsTest 


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-26 Thread RaiMan
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Status: Open => Answered

RaiMan proposed the following answer:
Tried with 2.0.x:

r = Region(224,107,76,170)
print(r.text())
m = r.findText("test3")
m.click()

Having your image visible on the screen in the Region r, it works for
me.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-26 Thread Anup K
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Anup K posted a new comment:
If you got any chance to look into it please provide the approach to fix
the issue. Thanks!!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-25 Thread Anup K
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Status: Needs information => Open

Anup K gave more information on the question:
Thanks RaiMan.

Version details:
IDE version 2.0.0
sikulix-2.0.0.jar
sikulixapi-2.0.0

Email has been sent with screen shot subject "Region contains 100
clickable link. How can I will be able to click a link based on Plain
text pattern"

Please have a look and let me know in case of more information.

Region.click("Sports") or Image.click("Sports") not working.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #686217]: Region contains 100 clickable link. How can I will be able to click a link based on Plain text pattern

2019-11-25 Thread RaiMan
Question #686217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686217

Status: Open => Needs information

RaiMan requested more information:
SikuliX version?

send me a screenshot to sikulix---at---outlook---dot---com

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp