Tricentis Tosca - ListBox - automation

Current I am having the Automation Specialist Level 1 course, and I would like to seek for advice for the following issue. Thanks.
In the practice exercise, I have to scan the Menu items on the Black Menu bar like "Books" and " Computers" with Tosca DEMO site (http://demowebshop.tricentis.com/login). The tutorial video demonstrates the control items(refer to image 1), but for me, I cannot locate those items either by the "scan on screen" method or by selecting the available control items(refer to image 2), to me only a listbox is available.
With the trouble advice, the issue seems relate to Resolution issue, but indeed I have set both displays of my browser and my monitor to 100% but it does not help resolve the issue.
Any advise is highly appreciated. Thanks.
image 1
image 2

Related

Visual Studio Code intellisense showing one suggestion at any time

Normally when I used to type in my VSCode editor, the intellisense showed all the possible suggestions for the entered query.
However, now as I type, only one suggestion is shown that best matches the query.
For instance, when I type in b, the intellisense just shows a suggestion for the HTML <b> element — not a list of suggestions including tags such as <button>.
Is there any way to change this? I have searched a lot of the net but couldn't find any sort of help.
VS Code 1.51 made the list of suggestions resizable so it's possible your suggest widget is simply shrunken down to be a single line high.
To fix this, trigger suggestions and then click and drag at the bottom edge of the suggest widget to increase the number of visible suggestions.
Note that you can always use the arrow keys to navigate through suggestions, even if only one suggestion is visible. Use this to check if the widget is simply too small or if there really is only one suggestion
I wasted time on this too... (bummed)
Solution:
Open: Command Palette
Type: ">Reset Suggest Widget Size"
Select: 'click' or [ENTER]
Opinion:
Wish I saw Matt Bierner's answer sooner.
(The suggestion window can be resized by dragging its borders with your cursor.)

Is there a brief tutorial of customizing a basic and simple chromium browser

I would like to customize a simple browser based on chromium.
I hope it has some great features -
1.A default custmized page will be loaded after the browser lanuchs up.
2.Highly customized right click menus.
3.Disable some regular areas like Menu Bar, Tool Bar, Address Bar.
4.Disable developer tool mode.
I don't know whether these features need to do some deep coding or just some configruation of code before compile it.
Great appreciate if someone point me out.
A tutorial will be better.
The chromium is great but also huge for me.
Thanks again!

sikuliX cant find image

I am just learning to use SikuliX and for some reason it worked on a few attempts but after awhile it started to not detect the image that i want to click.
This is the screenshot of my sikuli. Not sure what the error is about.
I am using a mac so i want sikuli to click on the search icon button at the top right hand corner.
This is my matching preview.
Sorry my problem seems so trivial but yet i am not able to understand why it is not working.
I realised it could be an issue regarding multi - monitor environments.

XAML Control / Layouts Image Sliding for windows 10

currently i'm developing an windows 10 uwp apps, and i'm getting trouble ini designing my apps
i'm planning to make some kind of a image slider or whatever it names, just like in the Store apps, on the top page. it looks like a banner slide or something.
but i hardly find it on tutorials anywhere in the internet nor in documentation.
i think and believe that this using a pivot, but i'm confuse how to style it. so if someone probably knows, how to achieve this, please kindly answer it.
thank you
you must use FlipView control.
Please check the documentation.
https://msdn.microsoft.com/en-us/windows/uwp/controls-and-patterns/flipview

VB.NET Putting the menu into controlbar like Firefox

The new Firefox versions do not have the regular menus anymore.
Instead the menu can be reached by clicking the orange button which is somehow integrated into the form's controlbar. This saves some space on the client area.
I would like to do the same with VB.NET and WinForms.
Could anybody please tell me
a) what this is called? I did not find any information on this on Google, perhaps because I just didn't find the right term.
b) Perhaps a starting point on how to do this?
Thank you very much.